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


##########
cpp/src/arrow/util/compression_test.cc:
##########
@@ -871,6 +871,114 @@ TEST(TestCodecLZ4Hadoop, Compatibility) {
   std::vector<uint8_t> data = MakeRandomData(100);
   CheckCodecRoundtrip(c1, c2, data, /*check_reverse=*/false);
 }
+
+TEST(TestCodecLZ4Hadoop, MultiBlockRoundtrip) {

Review Comment:
   Looks like the 3 additional tests have essentially the same structure and 
could folded into one for conciseness, could you do 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]

Reply via email to