This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 5ffa8d78f Add example of catalog API usage (#5291) (#5326)
add 8202a395a Support Zstd compressed files (#5397)
No new revisions were added by this update.
Summary of changes:
datafusion-cli/Cargo.lock | 30 ++-
datafusion/common/src/parsers.rs | 4 +
datafusion/core/Cargo.toml | 5 +-
.../core/src/datasource/file_format/file_type.rs | 233 ++++++++-------------
.../core/src/physical_plan/file_format/csv.rs | 18 +-
.../core/src/physical_plan/file_format/json.rs | 15 +-
datafusion/core/src/test/mod.rs | 15 +-
datafusion/expr/src/logical_plan/plan.rs | 2 +-
datafusion/sql/src/parser.rs | 3 +-
9 files changed, 163 insertions(+), 162 deletions(-)