snuyanzin opened a new pull request, #4875: URL: https://github.com/apache/calcite/pull/4875
## Jira Link [CALCITE-7466](https://issues.apache.org/jira/browse/CALCITE-7466) ## Changes Proposed The current issue the PR is intended to fix is that unparse of `MATCH_RECOGNIZE` with field forward always adds `FINAL` if not present in original SQL (derived at https://github.com/apache/calcite/blob/99c8d5911d9fd0e61d3a3a831d6b49bcc1f71582/core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java#L6448-L6459). At the same time parser is not able to parse it after that. The PR allows to have optional `FINAL` for such cases1 -- 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]
