JoshRosen commented on code in PR #46285:
URL: https://github.com/apache/spark/pull/46285#discussion_r1583546053


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala:
##########
@@ -75,11 +75,13 @@ abstract class TreeNode[BaseType <: TreeNode[BaseType]]
 
   override val origin: Origin = CurrentOrigin.get
 
-  /**
-   * A mutable map for holding auxiliary information of this tree node. It 
will be carried over
-   * when this node is copied via `makeCopy`, or transformed via 
`transformUp`/`transformDown`.
-   */

Review Comment:
   Nit: we probably want to preserve some version of this comment so that we 
continue to provide context to future readers?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to