joemarshall commented on code in PR #37821:
URL: https://github.com/apache/arrow/pull/37821#discussion_r1385020109
##########
cpp/src/arrow/io/file_test.cc:
##########
@@ -540,6 +544,9 @@ class TestPipeIO : public ::testing::Test {
};
TEST_F(TestPipeIO, TestWrite) {
+#ifdef __EMSCRIPTEN__
Review Comment:
I checked the docs and they only say `__EMSCRIPTEN__` so I've made it always
be that.
--
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]