-
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
remove SubqueryFilterToJoin
#4731
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.
Thank you @jackwener -- this is a nice cleanup!
.build()?; | ||
|
||
let expected = "Projection: test.b [b:UInt32]\ | ||
\n LeftSemi Join: test.b = __sq_2.c [a:UInt32, b:UInt32, c:UInt32]\ |
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.
nice 👍
cc @avantgardnerio @korowa the author of these two rules |
I plan to merge this tomorrow unless anyone else would like time to comment |
Thanks @jackwener and @liukun4515 |
Benchmark runs are scheduled for baseline = 326117c and contender = fc8fb06. fc8fb06 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
N/A
Rationale for this change
From comment of @liukun4515 #4725 (comment)
SubqueryFilterToJoin
is useless, becauseDecorrelateWhereIn
existWhat changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
None