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 dfa6fb4 [SPARK-33389][SQL] Make internal classes of SparkSession
always using active SQLConf
add 6883f29 [SPARK-33453][SQL][TESTS] Unify v1 and v2 SHOW PARTITIONS
tests
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/parser/DDLParserSuite.scala | 26 ---
.../spark/sql/connector/DataSourceV2SQLSuite.scala | 15 --
.../apache/spark/sql/execution/SQLViewSuite.scala | 1 -
.../sql/execution/command/DDLParserSuite.scala | 8 -
.../command/ShowPartitionsParserSuite.scala | 52 ++++++
.../command/ShowPartitionsSuiteBase.scala | 26 +--
.../execution/command/v1/ShowPartitionsSuite.scala | 184 +++++++++++++++++++++
.../execution/command/v2/ShowPartitionsSuite.scala | 56 +++++++
.../sql/hive/execution/HiveCommandSuite.scala | 104 +-----------
...TablesSuite.scala => ShowPartitionsSuite.scala} | 2 +-
10 files changed, 307 insertions(+), 167 deletions(-)
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowPartitionsParserSuite.scala
copy
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/SecretVolumeUtils.scala
=>
sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowPartitionsSuiteBase.scala
(60%)
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/ShowPartitionsSuite.scala
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/ShowPartitionsSuite.scala
copy
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{ShowTablesSuite.scala
=> ShowPartitionsSuite.scala} (92%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]