jbampton commented on a change in pull request #30779:
URL: https://github.com/apache/spark/pull/30779#discussion_r543281504
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableDropPartitionSuiteBase.scala
##########
@@ -17,47 +17,16 @@
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.execution.datasources.PartitioningUtils
+import org.apache.spark.sql.{AnalysisException, QueryTest}
import org.apache.spark.sql.internal.SQLConf
-import org.apache.spark.sql.test.SQLTestUtils
-trait AlterTableDropPartitionSuiteBase extends QueryTest with SQLTestUtils {
- protected def version: String
+trait AlterTableDropPartitionSuiteBase extends QueryTest with
DDLCommandTestUtils {
Review comment:
```suggestion
trait AlterTableDropPartitionSuiteBase extends QueryTest with
DDLCommandTestUtils {
```
----------------------------------------------------------------
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]