This is an automated email from the ASF dual-hosted git repository.

yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 578ee01678e3 [SPARK-54837][DOCS] Document all built-in JDBC datasource 
providers
578ee01678e3 is described below

commit 578ee01678e3a17a3052613fa3b57f95a29e9ffa
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Dec 29 11:54:37 2025 +0800

    [SPARK-54837][DOCS] Document all built-in JDBC datasource providers
    
    ### What changes were proposed in this pull request?
    
    Update the docs of the JDBC datasource to mention all built-in providers.
    
    ### Why are the changes needed?
    
    Keep the docs up to date.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #53598 from pan3793/SPARK-54837.
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: yangjie01 <[email protected]>
---
 docs/sql-data-sources-jdbc.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/docs/sql-data-sources-jdbc.md b/docs/sql-data-sources-jdbc.md
index bf53ffa65d61..d927973e96ac 100644
--- a/docs/sql-data-sources-jdbc.md
+++ b/docs/sql-data-sources-jdbc.md
@@ -389,12 +389,17 @@ Before using <code>keytab</code> and 
<code>principal</code> configuration option
 * The included JDBC driver version supports kerberos authentication with 
keytab.
 * There is a built-in connection provider which supports the used database.
 
-There is a built-in connection providers for the following databases:
+There are built-in connection providers for the following databases:
+* Databricks
 * DB2
-* MariaDB
-* MS Sql
+* Derby
+* H2
+* MariaDB and MySQL
+* Microsoft SQL Server
 * Oracle
 * PostgreSQL
+* Snowflake
+* Teradata
 
 If the requirements are not met, please consider using the 
<code>JdbcConnectionProvider</code> developer API to handle custom 
authentication.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to