[ 
https://issues.apache.org/jira/browse/SPARK-28010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-28010.
-----------------------------------
    Resolution: Workaround

Hi, All. I'll close this one since there exists a workaround for this.

> Support ORDER BY ... USING syntax
> ---------------------------------
>
>                 Key: SPARK-28010
>                 URL: https://issues.apache.org/jira/browse/SPARK-28010
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Lantao Jin
>            Priority: Major
>
> Currently, SparkSQL ORDER BY is below:
> {code:sql}
> ORDER BY expression [ ASC | DESC]
> SELECT * FROM tab ORDER BY col ASC
> {code}
>  
> Can SparkSQL support grammar like below, as PostgreSQL ORDER BY:
> {code:sql}
> ORDER BY expression [ ASC | DESC | USING operator ]
> SELECT * FROM tab ORDER BY col USING <
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to