From 1b62c59c5ff2d06571a654b137421aff2fae6d29 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Thu, 25 Dec 2025 00:39:02 +0800 Subject: [PATCH 1/2] [SPARK-54837][DOCS] Document all built-in JDBC datasource connectors --- 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 keytab and principal 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 JdbcConnectionProvider developer API to handle custom authentication. From bd2d385e713e83787332a0a57281faadb5cda633 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Thu, 25 Dec 2025 10:20:56 +0800 Subject: [PATCH 2/2] empty