Description
This patch adds ORDER BY ALL support to SQL. ORDER BY ALL is a syntactic sugar to sort the output by all the fields, from left to right. It also allows specifying asc/desc as well as null ordering. This was initially introduced by DuckDB.
Attachments
Issue Links
- relates to
-
SPARK-41635 GROUP BY ALL
- Resolved
- links to