nealrichardson opened a new pull request, #43446: URL: https://github.com/apache/arrow/pull/43446
### Rationale for this change Fixes #43440 ### What changes are included in this PR? The binding for `%in%` sends the DictionaryType's `value_type` to `cast_or_parse()`. It's possible that it would be better to handle this in `cast_or_parse()`, but it is used in lots of places and I wasn't sure that was correct everywhere. We could certainly find out, but that's a bigger testing exercise than I wanted to take on this afternoon. ### Are these changes tested? Yes. ### Are there any user-facing changes? The bug is fixed. -- 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]
