rluvaton opened a new pull request, #13991: URL: https://github.com/apache/datafusion/pull/13991
## Which issue does this PR close? Closes #13987. ## Rationale for this change You are now able to run min and max on lists ## What changes are included in this PR? Added `GenericMinMaxAccumulator` and `GenericSlidingMinMaxAccumulator` which calculate the min and max based on the `arrow-row` crate ## Are these changes tested? Yes manually but I need to add automated tests ## Are there any user-facing changes? Yes, users are now allowed to sort lists and every type that is supported by the `arrow-row` -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org