[
https://issues.apache.org/jira/browse/CALCITE-5086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519148#comment-17519148
]
Stamatis Zampetakis commented on CALCITE-5086:
----------------------------------------------
[~yanjing.wang] Apart from the parser, you probably need to touch also
{{SqlConformance}} so that you are able to throw an exception when the
conformance does not allow its use. You can use the changes in CALCITE-1886 as
a guide.
> Calcite supports OFFSET start LIMIT count expression
> ----------------------------------------------------
>
> Key: CALCITE-5086
> URL: https://issues.apache.org/jira/browse/CALCITE-5086
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.30.0
> Environment: jdk8
> Reporter: yanjing.wang
> Assignee: yanjing.wang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.31.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Calcite supports 'LIMIT count OFFSET start' now, otherwise trino supports
> 'OFFSET start LIMIT count', we can make an improvement to support both.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)