jorgecarleitao commented on pull request #9232: URL: https://github.com/apache/arrow/pull/9232#issuecomment-792728454
If we want to support `Decimal(i128)`, can't we use Rust's native `i128`? E.g. does `decimal128 + decimal128` correspond to Rust's `i128 + i128`, or is the math actually different? ---------------------------------------------------------------- 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]
