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/04 12:01:05 UTC

[arrow-datafusion] branch master updated (ae1465d79 -> e1dc9627c)

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 ae1465d79 Fix clippy (#4817)
     add e1dc9627c Move ConfigOptions to core (#4803)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/Cargo.lock                          |  1 +
 datafusion-examples/examples/rewrite_expr.rs       | 15 ++++---
 datafusion/common/Cargo.toml                       |  1 +
 datafusion/{core => common}/src/config.rs          |  2 +-
 datafusion/common/src/lib.rs                       |  1 +
 datafusion/core/src/execution/context.rs           | 32 ++-----------
 datafusion/core/src/lib.rs                         |  2 +-
 .../core/tests/sqllogictests/src/insert/util.rs    |  5 ++-
 datafusion/optimizer/src/filter_null_join_keys.rs  |  6 ++-
 datafusion/optimizer/src/optimizer.rs              | 52 +++++++---------------
 datafusion/optimizer/tests/integration-test.rs     | 15 ++++---
 datafusion/sql/examples/sql.rs                     | 14 +++---
 datafusion/sql/src/planner.rs                      | 28 ++++--------
 13 files changed, 65 insertions(+), 109 deletions(-)
 rename datafusion/{core => common}/src/config.rs (99%)