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/06/17 01:23:47 UTC

[spark] branch master updated (7f6a8ab -> eeb8120)

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 7f6a8ab  [SPARK-31777][ML][PYSPARK] Add user-specified fold column to CrossValidator
     add eeb8120  [SPARK-31337][SQL] Support MS SQL Kerberos login in JDBC connector

No new revisions were added by this update.

Summary of changes:
 external/docker-integration-tests/pom.xml          |  1 -
 .../sql/jdbc/MsSqlServerIntegrationSuite.scala     |  2 +-
 pom.xml                                            |  6 ++
 sql/core/pom.xml                                   |  5 ++
 .../jdbc/connection/ConnectionProvider.scala       |  4 +
 .../jdbc/connection/MSSQLConnectionProvider.scala  | 97 ++++++++++++++++++++++
 .../connection/MariaDBConnectionProvider.scala     |  2 +-
 .../connection/MSSQLConnectionProviderSuite.scala  | 51 ++++++++++++
 8 files changed, 165 insertions(+), 3 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/connection/MSSQLConnectionProvider.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/jdbc/connection/MSSQLConnectionProviderSuite.scala


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