rubenada commented on code in PR #3314:
URL: https://github.com/apache/calcite/pull/3314#discussion_r1286101426
##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -687,6 +687,17 @@ void testCastToExactNumeric(CastType castType,
SqlOperatorFixture f) {
"654342432412312");
}
+ /**
+ * Test case for <a
href="https://issues.apache.org/jira/browse/CALCITE-5843">
+ * Legal constant SQL expression with cast causes a parse error</a>. */
Review Comment:
Please align the javadoc with the new Jira/commit title
--
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]