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 ff1b6ec [SPARK-33591][SQL][FOLLOW-UP] Revise the version and doc of
`spark.sql.legacy.parseNullPartitionSpecAsStringLiteral`
add 79515b8 [SPARK-34282][SQL][TESTS] Unify v1 and v2 TRUNCATE TABLE tests
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/parser/DDLParserSuite.scala | 12 -
.../spark/sql/StatisticsCollectionSuite.scala | 50 ---
.../spark/sql/connector/DataSourceV2SQLSuite.scala | 15 -
.../apache/spark/sql/execution/SQLViewSuite.scala | 21 +-
.../spark/sql/execution/command/DDLSuite.scala | 186 +----------
.../command/TruncateTableParserSuite.scala | 55 +++
.../command/TruncateTableSuiteBase.scala} | 26 +-
.../execution/command/v1/TruncateTableSuite.scala | 368 +++++++++++++++++++++
...titionsSuite.scala => TruncateTableSuite.scala} | 27 +-
.../apache/spark/sql/hive/CachedTableSuite.scala | 13 -
.../sql/hive/execution/HiveCommandSuite.scala | 66 ----
.../spark/sql/hive/execution/HiveDDLSuite.scala | 63 +---
...titionsSuite.scala => TruncateTableSuite.scala} | 6 +-
13 files changed, 461 insertions(+), 447 deletions(-)
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/TruncateTableParserSuite.scala
copy
sql/core/src/{main/scala/org/apache/spark/sql/execution/command/CommandCheck.scala
=>
test/scala/org/apache/spark/sql/execution/command/TruncateTableSuiteBase.scala}
(53%)
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/TruncateTableSuite.scala
copy
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/{AlterTableRecoverPartitionsSuite.scala
=> TruncateTableSuite.scala} (56%)
copy
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{AlterTableRecoverPartitionsSuite.scala
=> TruncateTableSuite.scala} (82%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]