This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from f60b68a28c Include .proto files in datafusion-proto distribution
(#19490)
add e076e59b2b Simplify `expr = L1 AND expr != L2` to `expr = L1` when `L1
!= L2` (#19731)
No new revisions were added by this update.
Summary of changes:
.../src/simplify_expressions/expr_simplifier.rs | 37 +++++++++++++++++
.../optimizer/src/simplify_expressions/utils.rs | 48 ++++++++++++++++++++++
datafusion/sqllogictest/test_files/join.slt.part | 8 ++--
.../sqllogictest/test_files/simplify_expr.slt | 18 ++++++++
4 files changed, 107 insertions(+), 4 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]