RussellSpitzer commented on code in PR #15883:
URL: https://github.com/apache/iceberg/pull/15883#discussion_r3133014731


##########
api/src/test/java/org/apache/iceberg/expressions/TestStrictMetricsEvaluator.java:
##########
@@ -684,4 +719,92 @@ SCHEMA, lessThanOrEqual("struct.nested_col_with_stats", 
INT_MAX_VALUE))
         new StrictMetricsEvaluator(SCHEMA, 
notNull("struct.nested_col_with_stats")).eval(FILE);
     assertThat(shouldRead).as("notNull nested column should not 
match").isFalse();
   }
+

Review Comment:
   Suggestion for two more tests:
   
   1 - Empty prefix
   2 - Exact match of bounds



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