This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 209a0a2e86 fix: unnest struct field with an alias failed with internal
error (#19698)
add 20870da20d infer parquet file order from metadata and use it to
optimize scans (#19433)
No new revisions were added by this update.
Summary of changes:
datafusion/catalog-listing/src/table.rs | 314 ++++++++++++++++++---
datafusion/core/src/datasource/listing/table.rs | 2 +-
.../physical_optimizer/filter_pushdown/mod.rs | 6 +-
datafusion/datasource-parquet/src/file_format.rs | 51 ++++
datafusion/datasource-parquet/src/metadata.rs | 67 +++++
datafusion/datasource/src/file_format.rs | 76 +++++
datafusion/execution/src/cache/cache_unit.rs | 62 ++++
7 files changed, 535 insertions(+), 43 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]