pitrou commented on code in PR #14351:
URL: https://github.com/apache/arrow/pull/14351#discussion_r1046875638
##########
cpp/src/parquet/column_writer_test.cc:
##########
@@ -645,6 +645,32 @@ TEST(TestWriter, NullValuesBuffer) {
valid_bits_offset, values);
}
+TEST(TestWriter, EnableChecksum) {
Review Comment:
Unfortunately not indeed. It would be nice if the Parquet writer could emit
some statistics, but that's too large a change for this 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]