pitrou commented on PR #49832: URL: https://github.com/apache/arrow/pull/49832#issuecomment-4717897711
Uh, it looks like this fails the integration CI tests: https://github.com/apache/arrow/actions/runs/27607596960/job/81623528560?pr=49832#step:13:17036 ``` ################# FAILURES ################# FAILED TEST: decimal C++ producing, C++ consuming <class 'RuntimeError'>: Command failed: /build/cpp/debug/arrow-json-integration-test --integration --arrow=/arrow/testing/data/arrow-ipc-stream/integration/1.0.0-bigendian/generated_decimal.arrow_file --json=/tmp/tmpxf1pado_/1.0.0-bigendian_decimal.gold.json --mode=VALIDATE --validate_decimals=false --validate_date64=false --validate_times=false With output: -------------- Error message: Invalid: 135374626707953463472845258829775501736 requires precision 39 which exceeds the decimal128 maximum of 38 -------------- FAILED TEST: decimal C++ producing, C++ consuming <class 'RuntimeError'>: Command failed: /build/cpp/debug/arrow-json-integration-test --integration --arrow=/arrow/testing/data/arrow-ipc-stream/integration/1.0.0-littleendian/generated_decimal.arrow_file --json=/tmp/tmpxf1pado_/1.0.0-littleendian_decimal.gold.json --mode=VALIDATE --validate_decimals=false --validate_date64=false --validate_times=false With output: -------------- Error message: Invalid: 135374626707953463472845258829775501736 requires precision 39 which exceeds the decimal128 maximum of 38 -------------- ``` This occurs in the "gold" integration files, which means we cannot change them (they were generated with Arrow 1.0.0). We'll have to find a way around this @SAY-5 -- 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]
