mingmwang commented on PR #5462: URL: https://github.com/apache/arrow-datafusion/pull/5462#issuecomment-1457394959
@jackwener Have you considered ignoring the sort options? For example `select * from t1 order by id desc, id, name, id asc`; The real sort key should be: `Sort Key: id DESC, name` You can test this in PostgreSQL. -- 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]
