Lantao Jin created SPARK-28010:
----------------------------------

             Summary: 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


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
(v7.6.3#76005)

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

Reply via email to