alexwilcoxson-rel opened a new issue, #7674: URL: https://github.com/apache/arrow-rs/issues/7674
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We have some identifier and hash columns using FixedSizeBinary. Certain joins and/or merges with these columns cause error such as ``` Min/Max accumulator not implemented for type FixedSizeBinary(16). This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker) ``` **Describe the solution you'd like** Implement aggregate min/max functions for FixedSizeBinary so they can be used in DataFusion **Describe alternatives you've considered** **Additional context** -- 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