rubenada commented on code in PR #3390:
URL: https://github.com/apache/calcite/pull/3390#discussion_r1302978019
##########
core/src/test/java/org/apache/calcite/rex/RexExecutorTest.java:
##########
@@ -378,4 +378,25 @@ public void run() {
interface Action {
void check(RexBuilder rexBuilder, RexExecutorImpl executor);
}
+
+ // Test for CALCITE-5949 -RexExecutable correct handling of invalid constant
expressions
Review Comment:
To keep consistency with similar comments in this and other test classes,
please use the format:
```
/** Test case for
* <a
href="https://issues.apache.org/jira/browse/CALCITE-xyz">[CALCITE-xyz]
* My Title XYZ</a>. */
```
Also please update the Jira title here, as requested in the other comment.
--
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]