[jira] [Updated] (CALCITE-5138) Join on condition generates wrong plan when the condition is sub-query

2022-05-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-5138: Labels: pull-request-available (was: ) > Join on condition generates wrong plan when the

[jira] [Updated] (CALCITE-5138) Join on condition generates wrong plan when the condition is sub-query

2022-05-07 Thread xiong duan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiong duan updated CALCITE-5138: Description: The SQL: {code:java} SELECT emp.deptno, emp.sal FROM dept LEFT JOIN emp ON