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 f3eedaf4 [SPARK-37805][TESTS] Refactor `TestUtils#configTestLog4j`
method to use log4j2 api
add e7cc032 [SPARK-37381][SQL] Unify v1 and v2 SHOW CREATE TABLE tests
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/parser/DDLParserSuite.scala | 13 -
.../spark/sql/execution/command/tables.scala | 2 +-
.../datasources/v2/ShowCreateTableExec.scala | 2 +-
.../sql-tests/results/show-create-table.sql.out | 6 +-
.../apache/spark/sql/ShowCreateTableSuite.scala | 267 ---------------------
.../spark/sql/connector/DataSourceV2SQLSuite.scala | 107 ---------
.../spark/sql/execution/SQLViewTestSuite.scala | 64 ++++-
...uite.scala => ShowCreateTableParserSuite.scala} | 20 +-
.../command/ShowCreateTableSuiteBase.scala | 194 +++++++++++++++
.../command/v1/ShowCreateTableSuite.scala | 141 +++++++++++
.../command/v2/ShowCreateTableSuite.scala | 139 +++++++++++
.../sql/hive/execution/HiveSQLViewSuite.scala | 41 +++-
.../command/ShowCreateTableSuite.scala} | 249 +++++++------------
13 files changed, 681 insertions(+), 564 deletions(-)
delete mode 100644
sql/core/src/test/scala/org/apache/spark/sql/ShowCreateTableSuite.scala
copy
sql/core/src/test/scala/org/apache/spark/sql/execution/command/{ShowTblPropertiesParserSuite.scala
=> ShowCreateTableParserSuite.scala} (67%)
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowCreateTableSuiteBase.scala
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/ShowCreateTableSuite.scala
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/ShowCreateTableSuite.scala
rename
sql/hive/src/test/scala/org/apache/spark/sql/hive/{HiveShowCreateTableSuite.scala
=> execution/command/ShowCreateTableSuite.scala} (63%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]