HyukjinKwon commented on a change in pull request #33370: URL: https://github.com/apache/spark/pull/33370#discussion_r670888286
########## File path: docs/sql-data-sources-jdbc.md ########## @@ -275,11 +275,22 @@ logging into the data sources. </td> <td>read/write</td> </tr> + + <tr> + <td><code>connectionProvider</code></td> Review comment: I think this option conflicts with `spark.sql.sources.disabledJdbcConnProviderList` (see also https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/jdbc/README.md#how-to-disable-jdbc-connection-providers). This option is an allow list and that specific option is a disallow list. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org