[
https://issues.apache.org/jira/browse/CALCITE-6440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17856087#comment-17856087
]
Caican Cai edited comment on CALCITE-6440 at 6/19/24 12:42 AM:
---------------------------------------------------------------
[~mbudiu] I re-edited the jira description, it looks like I made a typo. Thanks
was (Author: JIRAUSER302115):
[~mbudiu] I re-edited the jira description, it looks like I made a typo
> Add optimization to remove sortkey when The Order By parameter in the Sort
> operator is empty
> --------------------------------------------------------------------------------------------
>
> Key: CALCITE-6440
> URL: https://issues.apache.org/jira/browse/CALCITE-6440
> Project: Calcite
> Issue Type: New Feature
> Components: core
> Affects Versions: 1.37.0
> Reporter: Caican Cai
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.38.0
>
>
> For the following SQL:
> {code:java}
> select * from task order by null; {code}
> We could rewrite it to:
> {code:java}
> select * from task;{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)