jmgpeeters commented on pull request #60: URL: https://github.com/apache/arrow-testing/pull/60#issuecomment-802687306
@pitrou I've implemented some additional checks in the Arrow sister PR. The C++ integration check (https://github.com/apache/arrow/pull/9629/checks?check_run_id=2142504660) now fails with: ```` RuntimeError: Command failed: /build/cpp/debug/arrow-json-integration-test --integration --arrow=/arrow/testing/data/arrow-ipc-stream/integration/4.0.0-shareddict/generated_shared_dict.arrow_file --json=/tmp/tmprjve0h7q/4.0.0-shareddict_shared_dict.gold.json --mode=VALIDATE With output: -------------- Error message: Invalid: JSON OFFSET array size differs from advertised array length + 1 ```` (i.e. because [0, 3, 6] is one too short). and it has similarly useful errors (verified locally) if - OFFSETs is missing altogether - one would do e.g. [0, 3, 6, 10] instead of the correct [0, 3, 6, 9] -- 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]
