cloud-fan commented on a change in pull request #34255:
URL: https://github.com/apache/spark/pull/34255#discussion_r728110756



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/ShowNamespacesSuite.scala
##########
@@ -27,6 +27,8 @@ import org.apache.spark.sql.internal.SQLConf
  * The class contains tests for the `SHOW NAMESPACES` command to check V2 
table catalogs.
  */
 class ShowNamespacesSuite extends command.ShowNamespacesSuiteBase with 
CommandSuiteBase {
+  override def commandVersion: String = "V2" // There is only V2 variant of 
SHOW NAMESPACES.

Review comment:
       This overrides nothing. The default impl in `CommandSuiteBase` is 
already `V2`




-- 
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]

Reply via email to