wgtmac commented on code in PR #3325:
URL: https://github.com/apache/parquet-java/pull/3325#discussion_r2377865835
##########
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestColumnIndexFiltering.java:
##########
@@ -650,4 +660,75 @@ public void testFilteringWithProjection() throws
IOException {
false,
true));
}
+
+ @Test
+ public void testValidMetadata() throws Exception {
Review Comment:
If this test does not cover the new case, perhaps we can simply revert all
changes in this file?
A better way would be uploading the corrupted data produced by parquet-go to
https://github.com/apache/parquet-testing/tree/master/bad_data. But I do not
think it worths the effort...
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]