RaigorJiang opened a new issue #14862: URL: https://github.com/apache/shardingsphere/issues/14862
## Bug Report ### Which version of ShardingSphere did you use? 5.0.1-SNAPSHOT master branch ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Description I know we have default global rule builders, so I try to not configure any rule in server.yaml and start Proxy: ````yaml rules: # - !AUTHORITY # users: # - root@%:root # - sharding@:sharding # provider: # type: ALL_PRIVILEGES_PERMITTED ```` But NPE happens in ProxyConfigurationLoader : \  \ I think result.getRules() should get an empty collection, not null when none of the rules are configured. -- 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]
