Qianyi951015 opened a new issue, #24074: URL: https://github.com/apache/shardingsphere/issues/24074
## Bug Report ### Which version of ShardingSphere did you use? master 7847cd42019044901b996fde8e49ec0bb9f4e306 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? proxy ### Expected behavior `None` sharding strategy type can be config by yaml correctly ### Actual behavior `None` sharding strategy type cannot be config by yaml ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. - prepare a yaml file with `None` sharding strategy type  - run Proxy with the yaml file, then you can see that the `None` sharding strategy type was not stored in ZK  ### Example codes for reproduce this issue (such as a github link). -- 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]
