This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 32d49fb219 feat: support type cast in SchemaAdapter (#6404)
add 98397af6ec Update arrow 40 (#6412)
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 12 +-
benchmarks/expected-plans/q17.txt | 98 +++++------
benchmarks/expected-plans/q19.txt | 68 +++----
benchmarks/expected-plans/q20.txt | 160 ++++++++---------
benchmarks/expected-plans/q21.txt | 196 ++++++++++-----------
benchmarks/expected-plans/q7.txt | 176 +++++++++---------
datafusion-cli/Cargo.lock | 60 +++----
datafusion-cli/Cargo.toml | 2 +-
datafusion-cli/src/print_format.rs | 2 +-
.../examples/deserialize_to_struct.rs | 15 +-
datafusion/common/src/scalar.rs | 89 +++++-----
datafusion/core/src/physical_optimizer/pruning.rs | 3 +-
.../core/src/physical_plan/aggregates/mod.rs | 3 +-
.../core/src/physical_plan/file_format/json.rs | 2 +-
.../core/src/physical_plan/joins/hash_join.rs | 2 +-
.../src/physical_plan/joins/symmetric_hash_join.rs | 6 +-
datafusion/core/tests/sql/joins.rs | 34 ++--
.../sqllogictests/test_files/arrow_typeof.slt | 5 +-
.../sqllogictests/test_files/set_variable.slt | 10 +-
.../optimizer/src/unwrap_cast_in_comparison.rs | 4 +-
datafusion/physical-expr/src/expressions/binary.rs | 6 +-
datafusion/physical-expr/src/expressions/cast.rs | 93 +++++-----
datafusion/physical-expr/src/expressions/mod.rs | 4 +-
datafusion/physical-expr/src/functions.rs | 12 +-
datafusion/proto/src/physical_plan/from_proto.rs | 4 +-
25 files changed, 532 insertions(+), 534 deletions(-)