HyukjinKwon commented on a change in pull request #29964:
URL: https://github.com/apache/spark/pull/29964#discussion_r501786746
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/connection/ConnectionProvider.scala
##########
@@ -46,8 +47,10 @@ private[jdbc] object ConnectionProvider extends Logging {
logError(s"Failed to load built in provider.", t)
}
}
- // Seems duplicate but it's needed for Scala 2.13
- providers.toSeq
+
+ val disabledProviders =
SQLConf.get.disabledJdbcConnectionProviders.split(",")
Review comment:
Looks like there's a util for this `Utils.stringToSeq`.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]