kimmking edited a comment on issue #4240: java.util.LinkedHashMap cannot be cast to org.apache.shardingsphere.orchestration.yaml.config.YamlDataSourceConfiguration URL: https://github.com/apache/incubator-shardingsphere/issues/4240#issuecomment-585117505 @joinhappy81 you can use: ``` m1: !!org.apache.shardingsphere.orchestration.yaml.config.YamlDataSourceConfiguration ``` ``` m2: !!org.apache.shardingsphere.orchestration.yaml.config.YamlDataSourceConfiguration ``` to explicitly specify YamlDataSourceConfiguration type.
---------------------------------------------------------------- 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] With regards, Apache Git Services
