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 d01c0d39b5 chore: Support 'untake' for unassigning github issues
(#18637)
add f9231fc127 Move `GuaranteeRewriter` to datafusion_expr (#18821)
No new revisions were added by this update.
Summary of changes:
datafusion/core/tests/optimizer/mod.rs | 26 +-
datafusion/expr/src/expr_rewriter/guarantees.rs | 668 +++++++++++++++++++++
datafusion/expr/src/expr_rewriter/mod.rs | 5 +
.../src/simplify_expressions/expr_simplifier.rs | 10 +-
.../src/simplify_expressions/guarantees.rs | 476 ---------------
.../optimizer/src/simplify_expressions/mod.rs | 3 +-
6 files changed, 696 insertions(+), 492 deletions(-)
create mode 100644 datafusion/expr/src/expr_rewriter/guarantees.rs
delete mode 100644 datafusion/optimizer/src/simplify_expressions/guarantees.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]