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

github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from ae0c539a69 docs: revise OptimizerRule trait method descriptions 
(#22582)
     add b7761dc591 perf: Reorder predicates in conjuncts via simple heuristic 
(#22343)

No new revisions were added by this update.

Summary of changes:
 datafusion/optimizer/src/push_down_filter.rs       |  12 +-
 .../optimizer/src/simplify_expressions/mod.rs      |   2 +
 .../src/simplify_expressions/reorder_predicates.rs | 193 +++++++++++++++++++++
 datafusion/sqllogictest/test_files/clickbench.slt  |  16 +-
 .../test_files/simplify_predicates.slt             |   2 +-
 .../test_files/tpch/plans/q16.slt.part             |   6 +-
 docs/source/library-user-guide/upgrading/54.0.0.md |  38 ++++
 7 files changed, 255 insertions(+), 14 deletions(-)
 create mode 100644 
datafusion/optimizer/src/simplify_expressions/reorder_predicates.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to