Wes McKinney created ARROW-4008:
-----------------------------------
Summary: [C++] Integration test executable failure
Key: ARROW-4008
URL: https://issues.apache.org/jira/browse/ARROW-4008
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Wes McKinney
Fix For: 0.12.0
See consistent CI failures:
{code}
-- Creating binary inputs
/home/travis/build/apache/arrow/cpp-build/debug/arrow-json-integration-test
--integration
--arrow=/tmp/tmpx3363_ef/ffd61e898f66410093235f7b3edc0b8f_struct_example.json_to_arrow
--json=/home/travis/build/apache/arrow/integration/data/struct_example.json
--mode=JSON_TO_ARROW
-- Validating file
/home/travis/build/apache/arrow/cpp-build/debug/arrow-json-integration-test
--integration
--arrow=/tmp/tmpx3363_ef/ffd61e898f66410093235f7b3edc0b8f_struct_example.json_to_arrow
--json=/home/travis/build/apache/arrow/integration/data/struct_example.json
--mode=VALIDATE
-- Validating stream
/home/travis/build/apache/arrow/cpp-build/debug/file-to-stream
/tmp/tmpx3363_ef/ffd61e898f66410093235f7b3edc0b8f_struct_example.json_to_arrow
>
/tmp/tmpx3363_ef/d9968e28006f42ee9df239f50c71231a_struct_example.arrow_to_stream
cat
/tmp/tmpx3363_ef/d9968e28006f42ee9df239f50c71231a_struct_example.arrow_to_stream
| /home/travis/build/apache/arrow/cpp-build/debug/stream-to-file >
/tmp/tmpx3363_ef/eaf061ea34e64a08bf38800d4fe5a9be_struct_example.stream_to_arrow
/home/travis/build/apache/arrow/cpp-build/debug/arrow-json-integration-test
--integration
--arrow=/tmp/tmpx3363_ef/eaf061ea34e64a08bf38800d4fe5a9be_struct_example.stream_to_arrow
--json=/home/travis/build/apache/arrow/integration/data/struct_example.json
--mode=VALIDATE
Command failed:
/home/travis/build/apache/arrow/cpp-build/debug/arrow-json-integration-test
--integration
--arrow=/tmp/tmpx3363_ef/eaf061ea34e64a08bf38800d4fe5a9be_struct_example.stream_to_arrow
--json=/home/travis/build/apache/arrow/integration/data/struct_example.json
--mode=VALIDATE
With output:
--------------
Error message: Invalid:
/home/travis/build/apache/arrow/cpp/src/arrow/ipc/json-integration-test.cc:151
code: RecordBatchFileReader::Open(arrow_file.get(), &arrow_reader)
/home/travis/build/apache/arrow/cpp/src/arrow/ipc/reader.cc:624 code:
ReadFooter()
File is too small: 0
{code}
https://travis-ci.org/apache/arrow/jobs/467092615#L2567
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)