Skip to content

Remove redundant partitioned_by_file_group file scan field #23099

Description

@gene-bordegaray

Is your feature request related to a problem or challenge?

FileScanConfig now has both output_partitioning and partitioned_by_file_group, which are overlapping ways to describe file scan output partitioning.

Describe the solution you'd like

Remove partitioned_by_file_group, or make it a compatibility builder path that derives Partitioning::Hash on Hive partition columns via output_partitioning.

Describe alternatives you've considered

Leave both fields for now and clean this up after output_partitioning lands.

Additional context

Follow-up from review discussion in #22657.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions