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/02/25 05:05:46 UTC

[spark] branch master updated (3126557 -> 0fd4fa7)

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 3126557  [SPARK-30936][CORE] Set FAIL_ON_UNKNOWN_PROPERTIES to false by default to parse Spark events
     add 0fd4fa7  [SPARK-30885][SQL] V1 table name should be fully qualified if catalog name is provided

No new revisions were added by this update.

Summary of changes:
 .../catalyst/analysis/ResolveSessionCatalog.scala  |  51 ++---
 .../datasources/v2/V2SessionCatalog.scala          |   7 +-
 .../resources/sql-tests/results/describe.sql.out   |   2 +-
 .../resources/sql-tests/results/explain.sql.out    |   2 +-
 .../results/postgreSQL/create_view.sql.out         |  24 +--
 .../sql-tests/results/show-create-table.sql.out    |  24 +--
 .../apache/spark/sql/ShowCreateTableSuite.scala    |   2 +-
 .../spark/sql/connector/AlterTableTests.scala      | 237 ++++++++++++---------
 .../DataSourceV2DataFrameSessionCatalogSuite.scala |   7 +-
 .../DataSourceV2SQLSessionCatalogSuite.scala       |   4 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  83 +++++---
 .../connector/SupportsCatalogOptionsSuite.scala    |  16 +-
 .../sql/connector/TestV2SessionCatalogBase.scala   |  23 +-
 .../apache/spark/sql/execution/SQLViewSuite.scala  |   6 +-
 .../spark/sql/execution/command/DDLSuite.scala     |  18 +-
 .../apache/spark/sql/hive/CachedTableSuite.scala   |  13 +-
 .../spark/sql/hive/HiveShowCreateTableSuite.scala  |   2 +-
 .../sql/hive/execution/HiveSQLViewSuite.scala      |   4 +-
 18 files changed, 289 insertions(+), 236 deletions(-)


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