nastra commented on code in PR #14270:
URL: https://github.com/apache/iceberg/pull/14270#discussion_r2410234071
##########
api/src/test/java/org/apache/iceberg/expressions/TestInclusiveMetricsEvaluator.java:
##########
@@ -863,4 +894,80 @@ public void testIntegerNotIn() {
shouldRead = new InclusiveMetricsEvaluator(SCHEMA, notIn("no_nulls",
"abc", "def")).eval(FILE);
assertThat(shouldRead).as("Should read: notIn on no nulls
column").isTrue();
}
+
+ @Test
+ public void testIsNullInNestedStruct() {
Review Comment:
added some additional evaluator tests that reproduce the original problem
described in #13804
--
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]