liukun4515 commented on pull request #1876:
URL: 
https://github.com/apache/arrow-datafusion/pull/1876#issuecomment-1049741459


   > LGTM. Do we need to support unsigned integer types as well?
   
   Yes, the unsigned integer will be supported but not now.
   From the reference of some database, such as PG and spark, there is no cases 
for bitwise operation of unsigned integer.
   I can't get some use cases to infer the rule of coercion when we meet  `i32 
| u32` and other cases.
   @houqp 


-- 
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]


Reply via email to