mapleFU commented on PR #41769:
URL: https://github.com/apache/arrow/pull/41769#issuecomment-2125314229
```
--- a/cpp/src/parquet/arrow/arrow_reader_writer_test.cc
+++ b/cpp/src/parquet/arrow/arrow_reader_writer_test.cc
@@ -4054,7 +4054,8 @@ TEST(TestArrowReaderAdHoc, OldDataPageV2) {
GTEST_SKIP() << "ARROW_TEST_DATA not set.";
}
std::stringstream ss;
- ss << c_root << "/" << "parquet/ARROW-17100.parquet";
+ ss << c_root << "/"
+ << "parquet/ARROW-17100.parquet";
std::string path = ss.str();
TryReadDataFile(path);
}
```
Aha, more file forgot to format
--
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]