pitrou commented on code in PR #38272:
URL: https://github.com/apache/arrow/pull/38272#discussion_r1399189044


##########
cpp/src/parquet/reader_test.cc:
##########
@@ -778,6 +782,43 @@ TEST_F(TestCheckDataPageCrc, CorruptDict) {
   }
 }
 
+class TestGzipMembersRead : public ::testing::Test {
+ public:
+  void SetUp() {
+    std::string dir_string(test::get_data_dir());
+
+    std::stringstream ss;
+    ss << dir_string << "/" << concatenated_gzip_members();

Review Comment:
   Can just use string concatenation, no?



-- 
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]

Reply via email to