JiekerTime commented on issue #24592: URL: https://github.com/apache/shardingsphere/issues/24592#issuecomment-1469241807
I combed through the code and there seemed to be no problem with the logic. Then I tried upgrading the JDK version from 1.8 to 11 and the problem no longer recurred, which seems to be a problem with the JDK's lambda expression support. We have two options worth discussing, avoid using complex paradigm expressions or force the user to compile and execute the environment running on JDK11. @zhaojinchao95 @terrymanu -- 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]
