You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by va...@apache.org on 2020/04/23 00:12:40 UTC

[spark] branch master updated (54b97b2 -> c619990)

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

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


    from 54b97b2  [MINOR][DOCS] Fix a typo in ContainerPlacementStrategy's class comment
     add c619990  [SPARK-31272][SQL] Support DB2 Kerberos login in JDBC connector

No new revisions were added by this update.

Summary of changes:
 external/docker-integration-tests/pom.xml          | 13 ++--
 .../src/test/resources/db2_krb_setup.sh            | 23 ++----
 .../spark/sql/jdbc/DB2IntegrationSuite.scala       |  1 -
 .../spark/sql/jdbc/DB2KrbIntegrationSuite.scala    | 89 ++++++++++++++++++++++
 .../sql/jdbc/DockerJDBCIntegrationSuite.scala      | 28 +++++--
 .../sql/jdbc/DockerKrbJDBCIntegrationSuite.scala   |  4 +-
 .../sql/jdbc/MariaDBKrbIntegrationSuite.scala      |  1 -
 .../sql/jdbc/PostgresKrbIntegrationSuite.scala     |  1 -
 pom.xml                                            |  6 ++
 sql/core/pom.xml                                   |  5 ++
 .../jdbc/connection/BasicConnectionProvider.scala  |  8 +-
 .../jdbc/connection/ConnectionProvider.scala       | 10 +++
 ...nProvider.scala => DB2ConnectionProvider.scala} | 43 +++++++----
 .../connection/MariaDBConnectionProvider.scala     | 11 +--
 .../connection/PostgresConnectionProvider.scala    |  9 +--
 .../jdbc/connection/SecureConnectionProvider.scala | 12 +++
 ...uite.scala => DB2ConnectionProviderSuite.scala} |  6 +-
 17 files changed, 204 insertions(+), 66 deletions(-)
 copy dev/sbt-checkstyle => external/docker-integration-tests/src/test/resources/db2_krb_setup.sh (58%)
 create mode 100644 external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DB2KrbIntegrationSuite.scala
 copy sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/connection/{PostgresConnectionProvider.scala => DB2ConnectionProvider.scala} (51%)
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/jdbc/connection/{MariaDBConnectionProviderSuite.scala => DB2ConnectionProviderSuite.scala} (80%)


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