[CALCITE-5390] RelDecorrelator throws NullPointerException#4776
[CALCITE-5390] RelDecorrelator throws NullPointerException#4776iwanttobepowerful merged 1 commit intoapache:mainfrom
Conversation
7c46e8f to
a8080cc
Compare
|
I think the |
core/src/test/java/org/apache/calcite/sql2rel/RelDecorrelatorTest.java
Outdated
Show resolved
Hide resolved
92c391c to
d77abbf
Compare
| return map.get(r); | ||
| } | ||
|
|
||
| private RelNode getCorRel(CorRef corVar) { |
There was a problem hiding this comment.
We might be able to delete getCorRel. I found during debugging that this function is never reached anymore.
8e7ac0c to
3bab8c4
Compare
|
3bab8c4 to
103d5f9
Compare
|
@dssysolyatin @rubenada @mihaibudiu @NobiGo @suibianwanwank |
|
@iwanttobepowerful I think you have permissions to merge this PR, so I will let you do it. |
I don't have access to update the Jira ticket status. My jira ID is zwh. |
You can email private@calcite.apache.org; a PMC member should be able to help you resolve this. I probably don't have the same permissions as you to handle this issue. |



CALCITE-5390