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 88c98e1c1e Refactor `UnwrapCastInComparison` to remove `Expr` clones 
(#10115)
     add da40cb9e94 Fix large futures causing stack overflows (#10033)

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                                   |   4 +
 benchmarks/Cargo.toml                        |   3 +
 clippy.toml                                  |   4 +
 datafusion-examples/Cargo.toml               |   3 +
 datafusion/common-runtime/Cargo.toml         |   3 +
 datafusion/common/Cargo.toml                 |   3 +
 datafusion/core/Cargo.toml                   |   3 +
 datafusion/core/src/dataframe/mod.rs         | 174 +++++++++++++++++++--------
 datafusion/core/src/dataframe/parquet.rs     |   7 +-
 datafusion/core/src/execution/context/mod.rs |  47 +++++---
 datafusion/execution/Cargo.toml              |   3 +
 datafusion/expr/Cargo.toml                   |   3 +
 datafusion/functions-aggregate/Cargo.toml    |   3 +
 datafusion/functions-array/Cargo.toml        |   3 +
 datafusion/functions/Cargo.toml              |   3 +
 datafusion/optimizer/Cargo.toml              |   3 +
 datafusion/physical-expr-common/Cargo.toml   |   3 +
 datafusion/physical-expr/Cargo.toml          |   3 +
 datafusion/physical-plan/Cargo.toml          |   3 +
 datafusion/proto/Cargo.toml                  |   3 +
 datafusion/proto/gen/Cargo.toml              |   3 +
 datafusion/sql/Cargo.toml                    |   3 +
 datafusion/sqllogictest/Cargo.toml           |   3 +
 datafusion/substrait/Cargo.toml              |   3 +
 datafusion/wasmtest/Cargo.toml               |   3 +
 docs/Cargo.toml                              |   3 +
 test-utils/Cargo.toml                        |   3 +
 27 files changed, 232 insertions(+), 70 deletions(-)

Reply via email to