mapleFU commented on code in PR #38272:
URL: https://github.com/apache/arrow/pull/38272#discussion_r1363366895
##########
cpp/src/parquet/reader_test.cc:
##########
@@ -116,6 +116,10 @@ std::string rle_dict_uncompressed_corrupt_checksum() {
return data_file("rle-dict-uncompressed-corrupt-checksum.parquet");
}
+std::string concatenated_gzip_members() {
+ return data_file("concatenated_gzip_members.parquet");
Review Comment:
If is gurantee that we can read this. we'd better to upload this file to
`parquet-testing` repo and make other parquet impl able to testing it
--
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]