lidavidm opened a new issue #146:
URL: https://github.com/apache/arrow-cookbook/issues/146
This test needs to be made idempotent.
```
5/5 Test #4: DatasetReadingTest.DatasetRead ...........***Failed 0.05 sec
Note: Google Test filter = DatasetReadingTest.DatasetRead
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from DatasetReadingTest
[ RUN ] DatasetReadingTest.DatasetRead
/home/lidavidm/Code/upstream/arrow-cookbook/cpp/code/datasets.cc:56: Failure
Failed
'arrow::dataset::FileSystemDataset::Write(write_options,
std::move(scanner))' failed with Invalid: Could not write to
/tmp/cookbook_cpp_airquality as the directory is not empty and
existing_data_behavior is to error
[ FAILED ] DatasetReadingTest.DatasetRead (21 ms)
[----------] 1 test from DatasetReadingTest (21 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (21 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] DatasetReadingTest.DatasetRead
1 FAILED TEST
```
--
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]