mihaibudiu opened a new pull request, #5013: URL: https://github.com/apache/calcite/pull/5013
## Jira Link [CALCITE-7364](https://issues.apache.org/jira/browse/CALCITE-7364) ## Changes Proposed We recently added support for `SELECT * EXCLUDE` and `SELECT ROW(*)`. This PR naturally extends the grammar to support `SELECT ROW(* EXCLUDE)`. This is desugared by the validator into a normal SELECT, so after validation no other compiler changes are needed. This PR was co-authored with Claude. -- 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]
