mihaibudiu commented on code in PR #5188:
URL: https://github.com/apache/calcite/pull/5188#discussion_r3806131695
##########
core/src/test/java/org/apache/calcite/test/JdbcTest.java:
##########
@@ -9695,6 +9695,24 @@ void checkCalciteSchemaGetSubSchemaMap(boolean cache) {
}
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-6284">[CALCITE-6284]
+ * Invalid conversion triggers ClassCastException</a>. */
+ @Test void bindStringParameter() {
Review Comment:
The bug report is about the message produced when the conversion FAILS.
What happens if you pass a non-numeric string?
--
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]