cloud-fan commented on a change in pull request #34255:
URL: https://github.com/apache/spark/pull/34255#discussion_r726834714
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/CommandSuiteBase.scala
##########
@@ -48,3 +53,29 @@ trait CommandSuiteBase extends SharedSparkSession {
assert(location.endsWith(expected))
}
}
+
+/**
+ * The trait that enables running a test for both v1 and v2 command.
+ */
+trait TestsV1AndV2Commands extends DDLCommandTestUtils {
Review comment:
shall we put it in the package `org.apache.spark.sql.execution.command`?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]