-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR: Move simplify_expression
rule to datafusion-optimizer
crate
#2686
MINOR: Move simplify_expression
rule to datafusion-optimizer
crate
#2686
Conversation
simplify_expression
rule to datafusion-optimizer
cratesimplify_expression
rule to datafusion-optimizer
crate
simplify_expression
rule to datafusion-optimizer
cratesimplify_expression
rule to datafusion-optimizer
crate
Codecov Report
@@ Coverage Diff @@
## master #2686 +/- ##
==========================================
- Coverage 84.66% 84.66% -0.01%
==========================================
Files 270 270
Lines 46919 46919
==========================================
- Hits 39726 39724 -2
- Misses 7193 7195 +2
Continue to review full report at Codecov.
|
/// | ||
/// Both arguments must be convertable into Strings (Into<String>) | ||
#[macro_export] | ||
macro_rules! assert_contains { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is copy-and-pasted from the core crate
Which issue does this PR close?
N/A
Builds on #2682
Rationale for this change
This is the final part of the refactoring to create the optimizer crate and moves the last rule over
What changes are included in this PR?
Are there any user-facing changes?
API change because the code moved.