This is an automated email from the ASF dual-hosted git repository.
jiayuliu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 010aded5d Support to use Schedular in tpch benchmark (#4361)
add e34c6c33a add support for xz file compression and `compression`
feature (#3993)
No new revisions were added by this update.
Summary of changes:
datafusion-cli/Cargo.lock | 102 +++++++++++++--------
datafusion/core/Cargo.toml | 10 +-
datafusion/core/src/datasource/file_format/csv.rs | 2 +-
.../core/src/datasource/file_format/file_type.rs | 88 +++++++++++++++---
datafusion/core/src/datasource/file_format/json.rs | 4 +-
.../core/src/physical_plan/file_format/csv.rs | 19 ++--
.../core/src/physical_plan/file_format/json.rs | 16 ++--
datafusion/core/src/test/mod.rs | 16 ++++
datafusion/expr/src/logical_plan/plan.rs | 2 +-
datafusion/sql/src/parser.rs | 5 +-
10 files changed, 186 insertions(+), 78 deletions(-)