dongjoon-hyun commented on code in PR #36827:
URL: https://github.com/apache/spark/pull/36827#discussion_r894196168
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/Exchange.scala:
##########
@@ -37,7 +37,7 @@ abstract class Exchange extends UnaryExecNode {
override def output: Seq[Attribute] = child.output
final override val nodePatterns: Seq[TreePattern] = Seq(EXCHANGE)
- override def stringArgs: Iterator[Any] = super.stringArgs ++
Iterator(s"[id=#$id]")
+ override def stringArgs: Iterator[Any] = super.stringArgs ++
Iterator(s"[plan_id=$id]")
Review Comment:
Thank you so much!
--
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]