You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/02/25 00:26:34 UTC

[spark] branch master updated (b17754a -> 44eadb9)

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

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


    from b17754a  [SPARK-32617][K8S][TESTS] Configure kubernetes client based on kubeconfig settings in kubernetes integration tests
     add 44eadb9  [SPARK-34497][SQL] Fix built-in JDBC connection providers to restore JVM security context changes

No new revisions were added by this update.

Summary of changes:
 .../jdbc/connection/ConnectionProvider.scala       | 11 +++++++++-
 .../jdbc/connection/DB2ConnectionProvider.scala    |  9 +-------
 .../jdbc/connection/MSSQLConnectionProvider.scala  | 16 +--------------
 .../connection/MariaDBConnectionProvider.scala     | 17 +--------------
 .../jdbc/connection/OracleConnectionProvider.scala |  9 +-------
 .../connection/PostgresConnectionProvider.scala    |  7 -------
 .../jdbc/connection/SecureConnectionProvider.scala | 20 ++----------------
 .../jdbc/connection/ConnectionProviderSuite.scala  | 24 ++++++++++++++--------
 .../connection/ConnectionProviderSuiteBase.scala   |  8 ++------
 .../connection/DB2ConnectionProviderSuite.scala    |  2 +-
 .../connection/MSSQLConnectionProviderSuite.scala  |  4 ++--
 .../MariaDBConnectionProviderSuite.scala           |  2 +-
 .../connection/OracleConnectionProviderSuite.scala |  2 +-
 .../PostgresConnectionProviderSuite.scala          |  2 +-
 14 files changed, 39 insertions(+), 94 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org