sundy-li opened a new pull request #9596:
URL: https://github.com/apache/arrow/pull/9596


   We should consider number overflow in arithmetic operator functions.
   
   ```
   UIn8 + UIn8 should be UInt16, but now it's UInt8
   UInt16 * UInt16 should be UInt64, but now it's UInt16
   ```
   
   Refer:  
https://github.com/ClickHouse/ClickHouse/blob/bd81f43ecb/src/DataTypes/NumberTraits.h


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to