cloud-fan commented on a change in pull request #30779:
URL: https://github.com/apache/spark/pull/30779#discussion_r543358456
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowPartitionsSuiteBase.scala
##########
@@ -17,16 +17,12 @@
package org.apache.spark.sql.execution.command
-import org.scalactic.source.Position
-import org.scalatest.Tag
-
import org.apache.spark.sql.{AnalysisException, QueryTest, Row}
import org.apache.spark.sql.internal.SQLConf
-import org.apache.spark.sql.test.SQLTestUtils
import org.apache.spark.sql.types.{StringType, StructType}
-trait ShowPartitionsSuiteBase extends QueryTest with SQLTestUtils {
- protected def version: String
+trait ShowPartitionsSuiteBase extends QueryTest with DDLCommandTestUtils {
+ override val command = "SHOW PARTITIONS"
protected def catalog: String
Review comment:
ditto
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]