HyukjinKwon opened a new pull request #33381: URL: https://github.com/apache/spark/pull/33381
### What changes were proposed in this pull request? This PR proposes to move `spark.sql.sources.disabledJdbcConnProviderList` from SQLConf to StaticSQLConf which disallows to set in runtime. ### Why are the changes needed? It's documented as a static configuration. we should make it as a static configuration properly. ### Does this PR introduce _any_ user-facing change? Previously, the configuration can be set to different value but not effective. Now it throws an exception if users try to set in runtime. ### How was this patch tested? Existing unittest was fixed. That should verify the change. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
