mingmwang commented on PR #5462:
URL: 
https://github.com/apache/arrow-datafusion/pull/5462#issuecomment-1453010999

   And I think we can not use the HashSet to do the dedup.
   1)  HashSet might change the ordering of the sort exprs.
   2)  We should ignore the Sort options(Asc/Desc). 
   For example `select * from t1 order by id desc, id, name, id asc;`
   The real sort key should be: `Sort Key: id DESC, name`


-- 
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]

Reply via email to