mpimenov commented on issue #39951: URL: https://github.com/apache/arrow/issues/39951#issuecomment-1942189860
Enabling ASAN makes this crash go away. Enabling TSAN results in some reports which I describe in #40068, #40069. Building in debug mode results in [this assertion](https://github.com/apache/arrow/blob/0dbbd43ca9133912d1809394727784560cc5e797/cpp/src/arrow/compute/util.cc#L38) firing. Lowering ```arrow::dataset::ScanOptions::batch_size``` to 16 also fixes the crash (and lowering to 1024 does not). -- 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]
