rxin opened a new pull request, #39144:
URL: https://github.com/apache/spark/pull/39144

   ### What changes were proposed in this pull request?
   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.
   
   ### Why are the changes needed?
   It's a good convenience sugar added initially by DuckDB to avoid repeating 
the fields.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes. See above.
   
   ### How was this patch tested?
   Added SQL tests.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to