tustvold opened a new issue #1109: URL: https://github.com/apache/arrow-rs/issues/1109
Is your feature request related to a problem or challenge? Please describe what you are trying to do. Currently there is no support for comparing FixedSizeBinaryArray Describe the solution you'd like It should be possible to call arrow::compute::eq_dyn, and friends with FixedSizeBinaryArray as arguments and have them not return an error. It may be possible to share code with the existing utf8 implementation. Additional context Encountered whilst implementing #1053 -- 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]
