cloud-fan commented on code in PR #48037:
URL: https://github.com/apache/spark/pull/48037#discussion_r1768620829
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlan.scala:
##########
@@ -182,6 +182,10 @@ abstract class SparkPlan extends QueryPlan[SparkPlan] with
Logging with Serializ
/** Specifies sort order for each partition requirements on the input data
for this operator. */
def requiredChildOrdering: Seq[Seq[SortOrder]] = Seq.fill(children.size)(Nil)
+ private val executeRDD = LazyTry {
Review Comment:
```suggestion
@transient
private val executeRDD = LazyTry {
```
--
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]