You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
We can't use thread nor `%z` on Emacripten. Some CSV tests use them.
### What changes are included in this PR?
Skip CSV tests that use thread or `%z`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #43175
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
The following issue #41910 introduced
ARROW_CSV=ON
on emscripten and 4 tests related to CSV have started failing on the CI job, see (https://github.com/ursacomputing/crossbow/actions/runs/9823190677/job/27120792147).Part of the error can be seen here:
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: