This is an automated email from the ASF dual-hosted git repository.

github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from 0977bb3819 refactor: centralize date_bin per-row mapping (#23034)
     add 66b059e041 refactor: remove redundant partitioned_by_file_group file 
scan field (#23189)

No new revisions were added by this update.

Summary of changes:
 datafusion/catalog-listing/src/table.rs            | 20 ++++--
 datafusion/common/src/config.rs                    |  2 +-
 datafusion/datasource/src/file_scan_config/mod.rs  | 70 ++++++--------------
 datafusion/datasource/src/file_stream/mod.rs       | 32 +++++----
 datafusion/proto/src/physical_plan/from_proto.rs   | 27 ++++++--
 datafusion/proto/src/physical_plan/to_proto.rs     |  4 +-
 .../proto/tests/cases/roundtrip_physical_plan.rs   | 77 +++++++++++++++++-----
 .../sqllogictest/test_files/information_schema.slt |  2 +-
 .../test_files/preserve_file_partitioning.slt      | 16 ++---
 .../test_files/repartition_subset_satisfaction.slt | 16 ++---
 docs/source/library-user-guide/upgrading/55.0.0.md | 41 ++++++++++++
 docs/source/user-guide/configs.md                  |  2 +-
 12 files changed, 200 insertions(+), 109 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to