akurmustafa commented on issue #15833:
URL: https://github.com/apache/datafusion/issues/15833#issuecomment-2837020145

   Sort function in `Datafusion` accepts the vector. By this way, you can pass 
the desired lexicographical ordering such as 
(`.sort(vec![ident("userPrimaryKey").sort(true, true), 
vec![ident("row_number").sort(true, true)])?`). This might solve the problem 
you observed in the second case.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to