slfan1989 commented on code in PR #13795:
URL: https://github.com/apache/iceberg/pull/13795#discussion_r2272119636


##########
api/src/test/java/org/apache/iceberg/expressions/TestInclusiveMetricsEvaluator.java:
##########
@@ -222,6 +223,8 @@ public void testAllNulls() {
 
     shouldRead = new InclusiveMetricsEvaluator(SCHEMA, 
notNull("no_nulls")).eval(FILE);
     assertThat(shouldRead).as("Should read: non-null column contains a 
non-null value").isTrue();
+
+    assertEquals(1, 1);

Review Comment:
   Sorry, this was my oversight. I temporarily added this part of the code 
while testing a validation rule, and it has now been rolled back.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to