alamb commented on code in PR #16025:
URL: https://github.com/apache/datafusion/pull/16025#discussion_r2084919951
##
datafusion/functions-aggregate/src/min_max.rs:
##
@@ -616,7 +616,8 @@ fn min_batch(values: &ArrayRef) -> Result {
min_binary_view
)
gabotechs opened a new pull request, #16025:
URL: https://github.com/apache/datafusion/pull/16025
## Which issue does this PR close?
- Closes #13987.
## Rationale for this change
Reuse the work done on https://github.com/apache/datafusion/pull/15667 for
a