snuyanzin opened a new pull request, #4984: URL: https://github.com/apache/calcite/pull/4984
## Jira Link [CALCITE-7575](https://issues.apache.org/jira/browse/CALCITE-7575) ## Changes Proposed The PR is to support parsing of queries with PTF (polymorphic table functions) with several table args like ```sql SELECT * FROM TABLE(MY_PTF( (SELECT * FROM table1) PARTITION BY a, (SELECT * FROM table2) PARTITION BY b)) ``` -- 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]
