izveigor opened a new pull request, #5550:
URL: https://github.com/apache/arrow-datafusion/pull/5550

   # Which issue does this PR close?
   Follow on to https://github.com/apache/arrow-datafusion/pull/5423 and 
https://github.com/apache/arrow-datafusion/pull/5476
   
   # Rationale for this change
   After merging the PR https://github.com/apache/arrow-datafusion/pull/5476 
Arrow DataFusion starts to support unsigned integers for bitwise operations. 
   
   If we apply "Negative" operator to unsigned integers, we get a negative 
number. However, type remains unsigned and it throws an error.
   
   That feature solves this problem.
   
   # What changes are included in this PR?
   Type coercion optimization began to support `Expr::Negative` case.
   
   # Are these changes tested?
   Yes
   
   # Are there any user-facing changes?
   Yes (they have to correct some mistakes)


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