asolimando commented on code in PR #3687:
URL: https://github.com/apache/calcite/pull/3687#discussion_r1507338676
##########
core/src/test/java/org/apache/calcite/test/JdbcTest.java:
##########
@@ -8332,10 +8331,30 @@ private void checkGetTimestamp(Connection con) throws
SQLException {
}
}
+ @Test void bindOverflowingTinyintParameter() {
Review Comment:
```suggestion
@Test void bindOverflowingTinyIntParameter() {
```
--
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]