alexwilcoxson-rel opened a new pull request, #7675: URL: https://github.com/apache/arrow-rs/pull/7675
# Which issue does this PR close? Closes #7674. # Rationale for this change Adding support for these min/max functions [so DataFusion can utilize them](https://github.com/apache/datafusion/blob/dd936cb1b25cb685e0e146f297950eb00048c64c/datafusion/functions-aggregate/src/min_max.rs#L600) # What changes are included in this PR? Added new min and max functions for fixed size binary and updated existing tests. # Are there any user-facing changes? Yes new functions `min_fixed_size_binary` and `max_fixed_size_binary` added. -- 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]
