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



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2Commands.scala
##########
@@ -314,21 +315,27 @@ case class DropNamespace(
  */
 case class DescribeNamespace(
     namespace: LogicalPlan,
-    extended: Boolean,
-    override val output: Seq[Attribute] = DescribeNamespace.getOutputAttrs) 
extends UnaryCommand {
+    extended: Boolean) extends UnaryCommand {
+  override val output: Seq[Attribute] = {

Review comment:
       This is the reason why we created `object DescribeNamespace` and others. 
We shouldn't revert it.




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

Reply via email to