cloud-fan commented on a change in pull request #32563:
URL: https://github.com/apache/spark/pull/32563#discussion_r635760348
##########
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:
We shouldn't do this, as the output expr ID becomes unstable and it
changes after the plan is copied.
--
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]