cmovi011-sketch commented on code in PR #31705:
URL: https://github.com/apache/spark/pull/31705#discussion_r3295864370
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2Commands.scala:
##########
@@ -296,10 +296,14 @@ case class DropNamespace(
*/
case class DescribeNamespace(
namespace: LogicalPlan,
- extended: Boolean) extends Command {
+ extended: Boolean,
+ override val output: Seq[Attribute] = DescribeNamespace.getOutputAttr)
extends Command {
override def children: Seq[LogicalPlan] = Seq(namespace)
- override def output: Seq[Attribute] = Seq(
+}
+
+object DescribeNamespace {
+ def getOutputAttr: Seq[Attribute] = Seq(
AttributeReference("name", StringType, nullable = false,
Review Comment:
all payment receive my account
--
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]