mihaibudiu opened a new pull request, #5152: URL: https://github.com/apache/calcite/pull/5152
## Jira Link [CALCITE-6753](https://issues.apache.org/jira/browse/CALCITE-6753) ## Changes Proposed Linq4j has a code optimizer which would incorrectly lift some expressions that look constant out of try-catch blocks, without realizing that they may actually throw. I had worked around this for a specific case in [CALCITE-6751], but that was a band-aid. This is the correct fix, which works for any code. -- 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]
