tkalkirill opened a new pull request, #5238: URL: https://github.com/apache/calcite/pull/5238
## Jira Link [CALCITE-7761](https://issues.apache.org/jira/browse/CALCITE-7761) ## Changes Proposed Preserves OFFSET and FETCH added during query rewriting when an outer ORDER BY is present. For example, the limit in this query is no longer lost during validation: SELECT * FROM person WHERE ROWNUM <= 5 ORDER BY id; -- 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]
