You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/12/13 17:30:56 UTC

[arrow-datafusion] branch master updated (1ddcafeb3 -> 9a9339877)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 1ddcafeb3 minor: Remove more clones from the planner (#4546)
     add 9a9339877 Update to arrow v29 (#4587)

No new revisions were added by this update.

Summary of changes:
 benchmarks/Cargo.toml                              |  4 +-
 datafusion-cli/Cargo.lock                          | 76 +++++++++++++++-------
 datafusion-cli/Cargo.toml                          |  2 +-
 datafusion-examples/Cargo.toml                     |  4 +-
 datafusion/common/Cargo.toml                       |  4 +-
 datafusion/core/Cargo.toml                         |  6 +-
 datafusion/core/src/physical_plan/limit.rs         |  3 +-
 datafusion/expr/Cargo.toml                         |  2 +-
 datafusion/jit/Cargo.toml                          |  2 +-
 datafusion/optimizer/Cargo.toml                    |  2 +-
 datafusion/physical-expr/Cargo.toml                |  6 +-
 datafusion/physical-expr/src/expressions/nullif.rs |  2 +-
 datafusion/proto/Cargo.toml                        |  4 +-
 datafusion/row/Cargo.toml                          |  2 +-
 datafusion/sql/Cargo.toml                          |  2 +-
 parquet-test-utils/Cargo.toml                      |  2 +-
 test-utils/Cargo.toml                              |  2 +-
 17 files changed, 77 insertions(+), 48 deletions(-)