You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/01/17 22:17:17 UTC

[arrow-datafusion] branch master updated (097523f70 -> 4623166c5)

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

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


    from 097523f70 Minor: comma engineering in Readme (#4954)
     add 4623166c5 Update to arrow 31 (#4927)

No new revisions were added by this update.

Summary of changes:
 benchmarks/Cargo.toml                              |  4 +-
 datafusion-cli/Cargo.lock                          | 62 +++++++++++-----------
 datafusion-cli/Cargo.toml                          |  2 +-
 datafusion-examples/Cargo.toml                     |  4 +-
 datafusion/common/Cargo.toml                       |  4 +-
 datafusion/core/Cargo.toml                         |  6 +--
 .../core/src/physical_plan/coalesce_batches.rs     | 22 ++------
 .../core/src/physical_plan/file_format/csv.rs      |  2 +-
 datafusion/core/tests/sql/timestamp.rs             | 50 ++++++++---------
 datafusion/expr/Cargo.toml                         |  2 +-
 datafusion/jit/Cargo.toml                          |  2 +-
 datafusion/optimizer/Cargo.toml                    |  2 +-
 datafusion/physical-expr/Cargo.toml                |  6 +--
 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 +-
 18 files changed, 82 insertions(+), 98 deletions(-)