You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2022/01/28 09:41:00 UTC

[spark] branch master updated (d150b7e -> c027fb6)

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

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


    from d150b7e  [SPARK-37931][SQL][FOLLOWUP] Quote the column name of view if needed
     add c027fb6  [SPARK-38035][SQL] Add docker tests for build-in JDBC dialect

No new revisions were added by this update.

Summary of changes:
 external/docker-integration-tests/pom.xml          |   5 +
 ...amespaceSuite.scala => DB2NamespaceSuite.scala} |  39 +++++---
 .../sql/jdbc/v2/MsSqlServerNamespaceSuite.scala    |  76 ++++++++++++++
 .../spark/sql/jdbc/v2/MySQLIntegrationSuite.scala  |   3 -
 ...espaceSuite.scala => MySQLNamespaceSuite.scala} |  32 +++---
 ...ationSuite.scala => OracleNamespaceSuite.scala} |  64 ++++--------
 .../spark/sql/jdbc/v2/PostgresNamespaceSuite.scala |   6 +-
 .../spark/sql/jdbc/v2/V2JDBCNamespaceTest.scala    | 110 +++++++++++++--------
 .../sql/execution/datasources/jdbc/JdbcUtils.scala |   7 +-
 .../org/apache/spark/sql/jdbc/DB2Dialect.scala     |  28 +++++-
 .../org/apache/spark/sql/jdbc/JdbcDialects.scala   |   8 ++
 .../apache/spark/sql/jdbc/MsSqlServerDialect.scala |  14 +++
 12 files changed, 267 insertions(+), 125 deletions(-)
 copy external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/{PostgresNamespaceSuite.scala => DB2NamespaceSuite.scala} (50%)
 create mode 100644 external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/MsSqlServerNamespaceSuite.scala
 copy external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/{PostgresNamespaceSuite.scala => MySQLNamespaceSuite.scala} (60%)
 copy external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/{OracleIntegrationSuite.scala => OracleNamespaceSuite.scala} (57%)

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