ArnavBalyan commented on code in PR #3325:
URL: https://github.com/apache/parquet-java/pull/3325#discussion_r2376155381
##########
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:
we need the buggy parquet-go lib to create the invalid index, current check
is in the column read flow, will only fail if the upstream wrote invalid data
--
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]