You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2023/03/20 13:46:49 UTC

[spark] branch master updated (30337c5fa8d -> 67a254c7ed8)

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

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


    from 30337c5fa8d [MINOR][BUILD] Remove unused properties in pom file
     add 67a254c7ed8 [SPARK-42790][SQL] Abstract the excluded method for better test for JDBC docker tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/jdbc/v2/DB2IntegrationSuite.scala    |  30 ++--
 .../spark/sql/jdbc/v2/DB2NamespaceSuite.scala      |   3 -
 .../sql/jdbc/v2/MsSqlServerIntegrationSuite.scala  |  30 ++--
 .../sql/jdbc/v2/MsSqlServerNamespaceSuite.scala    |   3 -
 .../spark/sql/jdbc/v2/MySQLIntegrationSuite.scala  |  30 ++--
 .../spark/sql/jdbc/v2/MySQLNamespaceSuite.scala    |   3 -
 .../spark/sql/jdbc/v2/OracleIntegrationSuite.scala |  30 ++--
 .../spark/sql/jdbc/v2/OracleNamespaceSuite.scala   |   3 +
 .../sql/jdbc/v2/PostgresIntegrationSuite.scala     |  27 ----
 .../spark/sql/jdbc/v2/PostgresNamespaceSuite.scala |   3 -
 .../spark/sql/jdbc/v2/V2JDBCNamespaceTest.scala    | 132 ++++++++---------
 .../org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala  | 162 ++++++++-------------
 .../scala/org/apache/spark/SparkFunSuite.scala     |  16 +-
 13 files changed, 212 insertions(+), 260 deletions(-)


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