mihaibudiu opened a new pull request, #5023: URL: https://github.com/apache/calcite/pull/5023
## Jira Link [CALCITE-2659](https://issues.apache.org/jira/browse/CALCITE-2659) ## Changes Proposed Some USING and NATURAL JOIN plans were inserting a needless COALESCE operator, which was sometimes removed by simplify. This change avoids inserting the operator in the first place. This improves a few plans. I have not added new tests since I believe that the old tests cover this well enough. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
