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


##########
cpp/src/parquet/reader_test.cc:
##########
@@ -778,6 +782,43 @@ TEST_F(TestCheckDataPageCrc, CorruptDict) {
   }
 }
 
+class TestGzipMembersRead : public ::testing::Test {

Review Comment:
   This class isn't actually used anywhere. `TEST` defines a test function, you 
would use `TEST_F` for a test method. Can you remove dead code?
   
   (as a general guideline: please re-read yourself when submitting a PR)



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