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



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2Commands.scala
##########
@@ -297,13 +297,13 @@ case class DropNamespace(
 case class DescribeNamespace(
     namespace: LogicalPlan,
     extended: Boolean,
-    override val output: Seq[Attribute] = DescribeNamespace.getOutputAttr) 
extends Command {
+    override val output: Seq[Attribute] = DescribeNamespace.getOutputAttrs) 
extends Command {
   override def children: Seq[LogicalPlan] = Seq(namespace)
 
 }
 
 object DescribeNamespace {
-  def getOutputAttr: Seq[Attribute] = Seq(
+  def getOutputAttrs: Seq[Attribute] = Seq(

Review comment:
       It's very trivial. I'm OK to fix the typo here.




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