[
https://issues.apache.org/jira/browse/CALCITE-7222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18029231#comment-18029231
]
Julian Hyde commented on CALCITE-7222:
--------------------------------------
I don't understand the problem. You have posted code, not a description.
> SortRemoveDuplicateKeysRule miss fetch and offset information
> -------------------------------------------------------------
>
> Key: CALCITE-7222
> URL: https://issues.apache.org/jira/browse/CALCITE-7222
> Project: Calcite
> Issue Type: Bug
> Reporter: weihua zhang
> Assignee: Zhen Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.41.0
>
>
> {code:sql}
> !use scott
> !set planner-rules "
> +CoreRules.SORT_REMOVE_DUPLICATE_KEYS"
> select * from (select empno as a, empno as b from emp) t order by a, b limit
> 1;
> !ok
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)