terrymanu commented on issue #8314: URL: https://github.com/apache/shardingsphere/issues/8314#issuecomment-733034934
The exception is show you clearly: ``` Exception occur: java.lang.NullPointerException: Cannot invoke method hashCode() on null object at org.codehaus.groovy.runtime.NullObject.hashCode(NullObject.java:174) ``` It says you are calling hashCode in groovy (inline expression) and throw NullPointException. Even you said the value is not null, but the exception show the value is null. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
