[
https://issues.apache.org/jira/browse/CALCITE-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
hongyu guo resolved CALCITE-6213.
---------------------------------
Fix Version/s: 1.37.0
Assignee: EveyWu
Resolution: Fixed
> The default behavior of NullCollation in Presto is LAST
> -------------------------------------------------------
>
> Key: CALCITE-6213
> URL: https://issues.apache.org/jira/browse/CALCITE-6213
> Project: Calcite
> Issue Type: Bug
> Reporter: EveyWu
> Assignee: EveyWu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.37.0
>
> Attachments: image-2024-01-19-23-54-26-383.png,
> image-2024-01-19-23-57-00-252.png
>
>
> [https://prestodb.io/docs/0.285/sql/select.html]
> Presto default null ordering is NULLS LAST
> !image-2024-01-19-23-54-26-383.png|width=511,height=168!
>
> Demo:select by presto with nulls last
> {code:java}
> select * from product order by brand_name; {code}
> !image-2024-01-19-23-57-00-252.png|width=517,height=83!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)