maropu commented on a change in pull request #33381:
URL: https://github.com/apache/spark/pull/33381#discussion_r670921816
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala
##########
@@ -262,4 +262,12 @@ object StaticSQLConf {
.stringConf
.toSequence
.createWithDefault(Nil)
+
+ val DISABLED_JDBC_CONN_PROVIDER_LIST =
+ buildStaticConf("spark.sql.sources.disabledJdbcConnProviderList")
+ .doc("Configures a list of JDBC connection providers, which are
disabled. " +
+ "The list contains the name of the JDBC connection providers separated
by comma.")
+ .version("3.1.0")
Review comment:
Is it better to describe this update in the migration guide?
--
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]