alamb commented on issue #2596: URL: https://github.com/apache/arrow-rs/issues/2596#issuecomment-1232799211
For what it is worth I think the case of comparing `DictionaryArray<Int32>` to `DictionaryArray<Int8>` or whatever is so limited that we could handle it via a cast first (aka cast both to `DictionaryArray<Int32>` rather than have specialized code for all combinations -- 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]
