You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2022/11/04 13:53:35 UTC

[arrow-datafusion] branch master updated (7e944ede8 -> 60f3ef692)

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

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


    from 7e944ede8 fix: panic when use Scheduler to execute plan (#4097)
     add 60f3ef692 Simplify small InListExpr (#4090)

No new revisions were added by this update.

Summary of changes:
 benchmarks/expected-plans/q12.txt                  |  2 +-
 benchmarks/expected-plans/q19.txt                  |  2 +-
 datafusion/core/src/physical_plan/planner.rs       |  4 +-
 .../src/simplify_expressions/expr_simplifier.rs    | 74 ++++++++++++++++++++++
 .../src/simplify_expressions/simplify_exprs.rs     |  6 +-
 5 files changed, 83 insertions(+), 5 deletions(-)