nssalian commented on code in PR #16852:
URL: https://github.com/apache/iceberg/pull/16852#discussion_r3432831775


##########
parquet/src/test/java/org/apache/iceberg/parquet/TestVariantReaders.java:
##########
@@ -1349,6 +1349,95 @@ public void 
testArrayWithElementValueTypedValueConflict() {
         .hasMessageContaining("Invalid variant, conflicting value and 
typed_value");
   }
 
+  @Test
+  public void testMetadataCachingWithIdenticalRows() throws IOException {

Review Comment:
   Thanks for taking a look @wombatu-kun . I don't know if adding counter like 
that is the best way to test this. Let me find a better way and update.



-- 
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]

Reply via email to