-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[CALCITE-7257] Subqueries cannot be decorrelated if join condition contains RexFieldAccess #4659
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
Conversation
0254e6d to
58db579
Compare
ea466ab to
58db579
Compare
cde48df to
a4571f9
Compare
core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java
Outdated
Show resolved
Hide resolved
5e89482 to
1d2486c
Compare
|
@mihaibudiu @suibianwanwank |
mihaibudiu
left a comment
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 looks fine, but @suibianwanwank knows this code much better, so it would be nice to get their opinion as well if possible. If that's not possible, I will approve this.
1d2486c to
c55cc3f
Compare
I think this PR is ready to be merged. |
|
Last chance to make comments before merging! |
|
The checker framework seems to have failed, do you want to look into it? |
|
Maybe it was due to github problems, yesterday they had quite a few |
|
Can you rebase so we can just make sure all CI tests pass? |
|
This also has a conflict now, please rebase and fix and I will merge. |
Thanks. |
5fd0ae8 to
88a4b43
Compare
|
I don't understand why the merge button is disabled. |
+1 |
|
I can't find a viable solution. Perhaps you could try force pushing again? |
…ntains RexFieldAccess
88a4b43 to
e209819
Compare
|
|
The button is now working properly, and you can merge them at any time. @mihaibudiu |
|
Thanks. @xiedeyantu @mihaibudiu |



CALCITE-7257