Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1738: [C++] Fix wrong Int128 maximum value
### What changes were proposed in this pull request? ### Why are the changes needed? The low part of Int128::maximumValue is wrong. In hex format, it should be 0xffffffffffffffff rather than 0xfffffffffffffff, in which one f is dropped by mistake. ### How was this patch tested? I have added the relevant unit tests. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #1970 from letian-jiang/fix-128-max. Authored-by: Letian Jiang <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information