dchvn commented on a change in pull request #35007:
URL: https://github.com/apache/spark/pull/35007#discussion_r774853598
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DropNamespaceSuiteBase.scala
##########
@@ -36,7 +36,7 @@ trait DropNamespaceSuiteBase extends QueryTest with
DDLCommandTestUtils {
protected def builtinTopNamespaces: Seq[String] = Seq.empty
protected def isCasePreserving: Boolean = true
- protected def assertDropFails(): Unit
+ protected def namespaceAlias: String = "namespace"
Review comment:
Alias for namespace: `database` for v1 and `namespace` for 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]