mapleFU commented on PR #38885:
URL: https://github.com/apache/arrow/pull/38885#issuecomment-1854065168
`***Failed 64.16 sec`
```
[ RUN ] DatasetWriterTestFixture.MaxRowsOneWriteBackpresure
/arrow/cpp/src/arrow/dataset/dataset_writer_test.cc:115: Failure
Value of: _fut.Wait(::arrow::kDefaultAssertFinishesWaitSeconds)
Actual: false
Expected: true
```
Seems the writer hang when writing the 89th file, and causing the test
failed. I need sometime to gothrough the whole codebase of the writer, it's a
bit complex because so many async tool is introduced...
--
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]