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 1cc1459 [SPARK-36850][SQL][FOLLOWUP] Simplify exception code and fix
wrong condition for CTAS and RTAS
add 414771d [SPARK-37590][SQL][TEST] Unify v1 and v2 ALTER TABLE .. SET
PROPERTIES tests
No new revisions were added by this update.
Summary of changes:
.../sql/catalyst/catalog/InMemoryCatalog.scala | 6 +-
.../spark/sql/catalyst/parser/DDLParserSuite.scala | 32 ------
.../spark/sql/connector/DataSourceV2SQLSuite.scala | 48 ---------
.../AlterNamespaceSetPropertiesParserSuite.scala | 49 +++++++++
.../AlterNamespaceSetPropertiesSuiteBase.scala | 117 +++++++++++++++++++++
.../sql/execution/command/DDLParserSuite.scala | 6 --
.../spark/sql/execution/command/DDLSuite.scala | 30 +-----
...cala => AlterNamespaceSetPropertiesSuite.scala} | 18 ++--
...cala => AlterNamespaceSetPropertiesSuite.scala} | 8 +-
...cala => AlterNamespaceSetPropertiesSuite.scala} | 9 +-
10 files changed, 187 insertions(+), 136 deletions(-)
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterNamespaceSetPropertiesParserSuite.scala
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterNamespaceSetPropertiesSuiteBase.scala
copy
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/{AlterNamespaceSetLocationSuite.scala
=> AlterNamespaceSetPropertiesSuite.scala} (76%)
copy
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{AlterNamespaceSetLocationSuite.scala
=> AlterNamespaceSetPropertiesSuite.scala} (81%)
copy
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{AlterTableRecoverPartitionsSuite.scala
=> AlterNamespaceSetPropertiesSuite.scala} (75%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]