vustef opened a new issue, #8864: URL: https://github.com/apache/arrow-rs/issues/8864
**Describe the bug** RowNumber reader that was recently introduced (in https://github.com/apache/arrow-rs/pull/8715) has a bug in ordering row groups - namely it orders them by ordinal, instead of respecting user-requested order. **To Reproduce** The PR that I already prepared has a test case: https://github.com/apache/arrow-rs/pull/8863 **Expected behavior** We should respect a user-requested row group order (by user I mean user of the RowNumber reader API, its `try_new` function). **Additional context** -- 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]
