snuyanzin opened a new pull request, #4943: URL: https://github.com/apache/calcite/pull/4943
## Jira Link [CALCITE-7530](https://issues.apache.org/jira/browse/CALCITE-7530) ## Changes Proposed The main issue is NPE for some queries while validation for instance ```sql with cte1 as (select * from products_temporal), cte2 as (select * from cte1) select * from cte2 for system_time as of\n" TIMESTAMP '2011-01-02 00:00:00' ``` the PR is going to fix it -- 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]
