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.
Is your feature request related to a problem or challenge?
FileScanConfignow has bothoutput_partitioningandpartitioned_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 derivesPartitioning::Hashon Hive partition columns viaoutput_partitioning.Describe alternatives you've considered
Leave both fields for now and clean this up after
output_partitioninglands.Additional context
Follow-up from review discussion in #22657.