Uh oh!
There was an error while loading. Please reload this page.
remove SubqueryFilterToJoin - #4731
Conversation
alamb
left a comment
There was a problem hiding this comment.
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]\ |
liukun4515
commented
Dec 27, 2022
cc @avantgardnerio@korowa the author of these two rules |
alamb
commented
Dec 27, 2022
I plan to merge this tomorrow unless anyone else would like time to comment |
alamb
commented
Dec 28, 2022
Thanks @jackwener and @liukun4515 |
ursabot
commented
Dec 28, 2022
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)
SubqueryFilterToJoinis useless, becauseDecorrelateWhereInexistWhat changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
None