tadeja commented on code in PR #49462:
URL: https://github.com/apache/arrow/pull/49462#discussion_r3195742638
##########
cpp/src/arrow/json/reader_test.cc:
##########
@@ -290,6 +290,39 @@ TEST(ReaderTest, MultipleChunksParallel) {
AssertTablesEqual(*serial, *threaded);
}
+// Regression test for intermittent threading crashes on MinGW.
+// Run this test multiple times manually to stress-test:
+// while build/debug/arrow-json-test \
Review Comment:
```suggestion
// while build/debug/arrow-json-test
```
@vanshaj2023 let's try removing the \ to avoid triggering
`[-Werror=comment]` as shown by @pitrou there in the
[comment](https://github.com/apache/arrow/pull/49462#issuecomment-4235014577)
Another option could be to use /* ... */
--
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]