dongjoon-hyun commented on code in PR #38159:
URL: https://github.com/apache/spark/pull/38159#discussion_r990825455


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlan.scala:
##########
@@ -542,6 +542,8 @@ abstract class SparkPlan extends QueryPlan[SparkPlan] with 
Logging with Serializ
    * Cleans up the resources used by the physical operator (if any). In 
general, all the resources
    * should be cleaned up when the task finishes but operators like 
SortMergeJoinExec and LimitExec
    * may want eager cleanup to free up tight resources (e.g., memory).
+   *
+   * Note that, this method is called at executor side.

Review Comment:
   If you don't mind, could you revert this change to keep this PR simpler?



-- 
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]

Reply via email to