You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: