sundy-li edited a comment on pull request #9722: URL: https://github.com/apache/arrow/pull/9722#issuecomment-800217080
> I think that SortOptions is used on a per-column basis; it corresponds to how each column should be ordered (nulls first, descending). limit reflects how many entries should be outputted by sort, which IMO is column-independent. Totally agree with that. `select * from table order by a ASC, b DESC limit 10` There are 2 sort_options, yet the limit is only one for the global results. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
