TeslaCN commented on issue #23516:
URL: 
https://github.com/apache/shardingsphere/issues/23516#issuecomment-1379894268

   The root cause is 
   ```
   The following method did not exist:
   
       
org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1.setCodePointLimit(I)V
   ```
   
   
https://github.com/apache/shardingsphere/blob/330022b06021e9c49953ac3d3dcc5b46e94be9d5/infra/util/src/main/java/org/apache/shardingsphere/infra/util/yaml/constructor/ShardingSphereYamlConstructor.java#L45
   
   The `setCodePointLimit` was introduced in snakeyaml 1.32. About the method 
you may refer to javadoc 
https://javadoc.io/static/org.yaml/snakeyaml/1.32/org/yaml/snakeyaml/LoaderOptions.html#setCodePointLimit-int-


-- 
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]

Reply via email to