asolimando commented on code in PR #3858:
URL: https://github.com/apache/calcite/pull/3858#discussion_r1680614476
##########
arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java:
##########
@@ -325,23 +325,29 @@ static void initializeArrowState(@TempDir Path
sharedTempDir) throws IOException
.explainContains(plan);
}
+ /** <a
href="https://issues.apache.org/jira/browse/CALCITE-6296">[CALCITE-6296]</a>. */
Review Comment:
We generally use this form to add Jira links for test cases (you can grep
the codebase to see, if needed):
```suggestion
/** Test case for
* <a
href="https://issues.apache.org/jira/browse/CALCITE-6296">[CALCITE-6296]
* Support IS NULL in Arrow adapter</a>. */
```
--
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]