Letian Jiang created ORC-1738: --------------------------------- Summary: Wrong Int128 maximum value Key: ORC-1738 URL: https://issues.apache.org/jira/browse/ORC-1738 Project: ORC Issue Type: Bug Components: C++ Reporter: Letian Jiang
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. -- This message was sent by Atlassian Jira (v8.20.10#820010)