izveigor opened a new issue, #5475: URL: https://github.com/apache/arrow-datafusion/issues/5475
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Original rust compiler supports bitwise operations between uint types, so I think arrow-datafusion should also meet these requirements. (these changes match the TODO: https://github.com/apache/arrow-datafusion/blob/main/datafusion/expr/src/type_coercion/binary.rs#L176) **Describe the solution you'd like** Create Pull Request. **Describe alternatives you've considered** If it is against the policy of the project, then do not accept these requirements. **Additional context** If project participants confirm this PR, it can influence behavior the function: https://github.com/apache/arrow-datafusion/pull/5423/files#diff-aeed09a3609262f9e6aebf945d8989d2754ff51b1b5264493e4c3b6e52d8ce21R224-R237 -- 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]
