AngersZhuuuu commented on a change in pull request #31737:
URL: https://github.com/apache/spark/pull/31737#discussion_r587478552
##########
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:
When check the code found name not consistence. Just change in this pr
or make a followup? @cloud-fan
----------------------------------------------------------------
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]