jorisvandenbossche commented on PR #40237: URL: https://github.com/apache/arrow/pull/40237#issuecomment-2084577090
The added test `TestConcurrentFillFromScalar` is failing on the emscripten build (https://github.com/ursacomputing/crossbow/actions/runs/8871520273/job/24354620994) From a quick look at the diff here, I _think_ it just needs some compile guards because the test requires threads to be available, like: ``` #ifndef ARROW_ENABLE_THREADING GTEST_SKIP() << "Test requires threading support"; #endif ``` -- 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]
