pan3793 commented on a change in pull request #1403:
URL: https://github.com/apache/incubator-kyuubi/pull/1403#discussion_r751416194
##########
File path:
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/KyuubiPreparedStatement.java
##########
@@ -621,10 +614,9 @@ public void setObject(int parameterIndex, Object x) throws
SQLException {
} else {
// Can't infer a type.
throw new SQLException(
- MessageFormat
- .format(
- "Can''t infer the SQL type to use for an instance of {0}.
Use setObject() with an explicit Types value to specify the type to use.",
- x.getClass().getName()));
+ MessageFormat.format(
+ "Can''t infer the SQL type to use for an instance of {0}. Use
setObject() with an explicit Types value to specify the type to use.",
Review comment:
fix typo
--
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]