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-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org