alexwilcoxson-rel opened a new issue, #16513: URL: https://github.com/apache/datafusion/issues/16513
### Is your feature request related to a problem or challenge? In our system we have certain FixedSizeBinary columns that are now starting to get used in joins. Therefore we are hitting the min/max accumulator paths where FixedSizeBinary is not supported https://github.com/apache/datafusion/blob/b6c8cc57760686fffe4878e69c1be27e4d9f5e68/datafusion/functions-aggregate/src/min_max.rs#L600-L618 ### Describe the solution you'd like In an upcoming arrow-rs release, the min/max functions for FixedSizeBinary will be available https://github.com/apache/arrow-rs/issues/7674 Use these in the above referenced code ### Describe alternatives you've considered As a workaround we leverage schema adapter to use Binary. This workaround is relatively straightforward in concept. In our code base it is a little more complicated due to other reasons. This would allow out of the box datafusion to just work with these column types. ### Additional context _No response_ -- 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.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