gene-bordegaray opened a new issue, #23099: URL: https://github.com/apache/datafusion/issues/23099
### 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 https://github.com/apache/datafusion/pull/22657. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
