weihua zhang created CALCITE-7222:
-------------------------------------
Summary: SortRemoveDuplicateKeysRule miss fetch and offset
infomation
Key: CALCITE-7222
URL: https://issues.apache.org/jira/browse/CALCITE-7222
Project: Calcite
Issue Type: Bug
Reporter: weihua zhang
{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)