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/05/17 02:33:00 UTC

[spark] branch master updated (5539ecf -> d2bec5e)

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 5539ecf  [SPARK-31725][CORE][SQL][TESTS] Set America/Los_Angeles time zone and Locale.US in tests by default
     add d2bec5e  [SPARK-31707][SQL] Revert SPARK-30098 Use default datasource as provider for CREATE TABLE syntax

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |   2 -
 docs/sql-ref-syntax-ddl-create-table-datasource.md |   2 +-
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  13 +-
 .../spark/sql/catalyst/parser/ParseDriver.scala    |   2 -
 .../org/apache/spark/sql/internal/SQLConf.scala    |  12 --
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  29 +++--
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |   8 +-
 .../adaptive/AdaptiveQueryExecSuite.scala          |   4 +-
 .../sql/execution/command/DDLParserSuite.scala     | 133 +++++++++++----------
 .../hive/execution/HiveCompatibilitySuite.scala    |   4 -
 .../spark/sql/hive/HiveShowCreateTableSuite.scala  |  16 ---
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |  27 -----
 .../spark/sql/hive/execution/HiveSerDeSuite.scala  |   6 +-
 13 files changed, 91 insertions(+), 167 deletions(-)


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