Open kou opened 1 year ago
I believe dataset-writer has many bugs orz... I'll try to take a look
Could you re-produce this fail? I'm compiling this on My MacOS but I'm not able to reproduce it...
But I guess the cause is from DatasetWriterTestFixture.ErrOnExistingData
didn't graceful shutdown, I'll dive into it later.
I could reproduce this by UBUNTU=22.04 archery docker run ubuntu-cpp-sanitizer
. Could you try it?
Do you using debug build or release build? I use RelWithDebInfo
(-O2) with asan/ubsan, it doesn't trigger the leak
UBUNTU=22.04 archery docker run ubuntu-cpp-sanitizer
doesn't change the default. (It just changes the Ubuntu version.)
So build type is debug
like the CI job: https://github.com/apache/arrow/actions/runs/6919998294/job/18823986112#step:6:486
-- Build Type: DEBUG
If you can't reproduce this on your local machine, I'll fix this later.
Describe the bug, including details regarding any error messages, version, and platform.
Since https://github.com/apache/arrow/commit/7df1cdd0fe364f86eca15bfc482210994ba8e2f0 but the change isn't related to this failure because it doesn't touch the dataset module.
https://github.com/apache/arrow/actions/runs/6919998294/job/18823986112#step:6:3047
Component(s)
C++, Continuous Integration