NobiGo commented on code in PR #3858:
URL: https://github.com/apache/calcite/pull/3858#discussion_r1680217437
##########
arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java:
##########
@@ -325,23 +325,15 @@ static void initializeArrowState(@TempDir Path
sharedTempDir) throws IOException
.explainContains(plan);
}
+ /** <a
href="https://issues.apache.org/jira/browse/CALCITE-6296">[CALCITE-6296]</a>. */
@Test void testArrowProjectFieldsWithIsNullFilter() {
Review Comment:
Maybe we can add another test for "a is null and b is null" or "a is null or
b=c", To cover when the IS NULL is in a complicated condition.
--
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]