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 2023/05/31 20:32:12 UTC

[arrow-datafusion] branch add_drop_view_serde updated (54f6386e66 -> a10018eee4)

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

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


    from 54f6386e66 Add drop view serde
     add 201a2a9033 reduce search complexity for BuiltinScalarFunction (#6479)
     add 79c67c2dbe Fix builds fail with error: symbol init___rust_ctor___ctor is already defined #6495 (#6505)
     add 78def883fc Don't optimize AnalyzeExec (#6379) (try 2) (#6494)
     add a10018eee4 Merge remote-tracking branch 'apache/main' into add_drop_view_serde

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/Cargo.lock                          |   5 +
 .../src/physical_optimizer/pipeline_checker.rs     |   2 +-
 datafusion/core/src/physical_plan/analyze.rs       | 187 ++++++++-------
 datafusion/core/src/physical_plan/planner.rs       |  12 +-
 datafusion/core/tests/sql/explain_analyze.rs       |  20 +-
 datafusion/expr/Cargo.toml                         |   2 +
 datafusion/expr/src/built_in_function.rs           | 267 +++++++++++----------
 .../src/decorrelate_predicate_subquery.rs          |   6 -
 datafusion/optimizer/src/lib.rs                    |   7 +
 .../optimizer/src/scalar_subquery_to_join.rs       |   6 -
 datafusion/sql/src/utils.rs                        |   2 +-
 11 files changed, 279 insertions(+), 237 deletions(-)