Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Workaround
    • 3.0.0
    • None
    • SQL
    • None

    Description

      Currently, SparkSQL ORDER BY is below:

      ORDER BY expression [ ASC | DESC]
      SELECT * FROM tab ORDER BY col ASC
      

       
      Can SparkSQL support grammar like below, as PostgreSQL ORDER BY:

      ORDER BY expression [ ASC | DESC | USING operator ]
      SELECT * FROM tab ORDER BY col USING <
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            cltlfcjin Lantao Jin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: