rluvaton opened a new issue, #7881: URL: https://github.com/apache/arrow-rs/issues/7881
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I'm unable to sort MapArray, and there are fuzz tests in `RowConverter` that assert that sorting `Rows` produce the same result as sorting with lexsort (I want to add support for MapArray in `RowConverter` - #7879) **Describe the solution you'd like** Sort by keys and then by values for ties, this is the same as sorting list of structs **Describe alternatives you've considered** - **Additional context** Related to: - #7879 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org