jackwener commented on PR #5462: URL: https://github.com/apache/arrow-datafusion/pull/5462#issuecomment-1457514978
> @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. @mingmwang Make great sense to me, can you new a PR to enhance it? -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org