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 2021/11/17 13:28:33 UTC

[spark] branch master updated (719e2f5 -> 06586f6)

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 719e2f5  [SPARK-37352][PYTHON] Silence the index_col advice in to_spark() for internal usage
     add 06586f6  [SPARK-37195][SQL][TESTS] Unify v1 and v2 SHOW TBLPROPERTIES tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 13 ----
 .../DataSourceV2SQLSessionCatalogSuite.scala       | 18 +----
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 56 --------------
 ...te.scala => ShowTblPropertiesParserSuite.scala} | 28 ++++---
 .../command/ShowTblPropertiesSuiteBase.scala       | 90 ++++++++++++++++++++++
 .../command/v1/ShowTblPropertiesSuite.scala        | 74 ++++++++++++++++++
 ...mnsSuite.scala => ShowTblPropertiesSuite.scala} |  8 +-
 .../sql/hive/execution/HiveCommandSuite.scala      | 40 ----------
 ...aceSuite.scala => ShowTblPropertiesSuite.scala} |  6 +-
 9 files changed, 184 insertions(+), 149 deletions(-)
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/command/{DescribeNamespaceParserSuite.scala => ShowTblPropertiesParserSuite.scala} (55%)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowTblPropertiesSuiteBase.scala
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/ShowTblPropertiesSuite.scala
 copy sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{AlterTableAddColumnsSuite.scala => ShowTblPropertiesSuite.scala} (81%)
 copy sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{DescribeNamespaceSuite.scala => ShowTblPropertiesSuite.scala} (84%)

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