kongwang commented on issue #29652:
URL:
https://github.com/apache/shardingsphere/issues/29652#issuecomment-1876839356
Caused by: java.lang.ClassCastException: class java.lang.String cannot be
cast to class java.lang.Long (java.lang.String and java.lang.Long are in module
java.base of loader 'bootstrap')
at
org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet.getLong(ShardingSphereResultSet.java:129)
at
org.apache.shardingsphere.driver.jdbc.core.resultset.ShardingSphereResultSet.getLong(ShardingSphereResultSet.java:134)
at jdk.internal.reflect.GeneratedMethodAccessor117.invoke(Unknown
Source)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.apache.ibatis.logging.jdbc.ResultSetLogger.invoke(ResultSetLogger.java:69)
at com.sun.proxy.$Proxy476.getLong(Unknown Source)
at
org.apache.ibatis.type.LongTypeHandler.getNullableResult(LongTypeHandler.java:37)
at
org.apache.ibatis.type.LongTypeHandler.getNullableResult(LongTypeHandler.java:26)
at
org.apache.ibatis.type.BaseTypeHandler.getResult(BaseTypeHandler.java:85)
--
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]