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 2020/11/09 07:10:53 UTC

[spark] branch master updated (aa0849b -> bfb257f)

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 aa0849b  [SPARK-33387][CORE] Support ordered shuffle block migration
     add bfb257f  [SPARK-32405][SQL] Apply table options while creating tables in JDBC Table Catalog

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/jdbc/v2/DB2IntegrationSuite.scala    |  8 +++++
 .../sql/jdbc/v2/MsSqlServerIntegrationSuite.scala  |  2 ++
 .../spark/sql/jdbc/v2/MySQLIntegrationSuite.scala  |  8 +++++
 .../sql/jdbc/v2/PostgresIntegrationSuite.scala     |  8 +++++
 .../org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala  | 30 +++++++++++++++++++
 .../execution/datasources/jdbc/JDBCOptions.scala   |  3 ++
 .../sql/execution/datasources/jdbc/JdbcUtils.scala | 10 +++++++
 .../datasources/v2/jdbc/JDBCTableCatalog.scala     | 35 ++++++++++++++++++----
 .../org/apache/spark/sql/jdbc/DerbyDialect.scala   |  8 ++++-
 .../org/apache/spark/sql/jdbc/JdbcDialects.scala   |  7 ++++-
 .../apache/spark/sql/jdbc/MsSqlServerDialect.scala |  8 +++++
 .../org/apache/spark/sql/jdbc/MySQLDialect.scala   |  5 ++++
 .../v2/jdbc/JDBCTableCatalogSuite.scala            | 26 ++++++++++++++++
 13 files changed, 151 insertions(+), 7 deletions(-)


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