-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: rename optimizer rule to ScalarSubqueryToJoin #3306
Conversation
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.
It's reasonable to me.
Codecov Report
@@ Coverage Diff @@
## master #3306 +/- ##
=======================================
Coverage 85.74% 85.75%
=======================================
Files 294 294
Lines 53738 53749 +11
=======================================
+ Hits 46080 46092 +12
+ Misses 7658 7657 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Thanks @kmitchener
Benchmark runs are scheduled for baseline = 312a7dd and contender = 516ad0d. 516ad0d is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
* rename DecorrelateScalarSubquery to ScalarSubqueryToJoin * cargo fmt * fix name and ref
Which issue does this PR close?
Closes #.
Rationale for this change
What changes are included in this PR?
Just renames optimizer rule DecorrelateScalarSubquery to ScalarSubqueryToJoin to more accurately reflect what it's doing. Per request of @avantgardnerio during discussion of #3287.
Are there any user-facing changes?
No