rdblue commented on a change in pull request #600: Implement in and notIn in
multiple visitors
URL: https://github.com/apache/incubator-iceberg/pull/600#discussion_r355151133
##########
File path:
api/src/test/java/org/apache/iceberg/expressions/TestInclusiveManifestEvaluator.java
##########
@@ -347,4 +349,52 @@ public void testStringStartsWith() {
shouldRead = ManifestEvaluator.forRowFilter(startsWith("some_nulls", "1"),
SPEC, false).eval(FILE);
Assert.assertFalse("Should skip: range doesn't match", shouldRead);
}
+
+ @Test
+ public void testIntegerIn() {
Review comment:
I think this also needs tests for all the null cases. Can you add tests for
the `all_nulls` and `no_nulls` columns to all of the suites?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]