holdenk commented on a change in pull request #31707:
URL: https://github.com/apache/spark/pull/31707#discussion_r586819023



##########
File path: core/src/main/scala/org/apache/spark/rdd/RDD.scala
##########
@@ -2022,7 +2022,7 @@ abstract class RDD[T: ClassTag](
   // TODO: make it public so users can set deterministic level to their custom 
RDDs.
   // TODO: this can be per-partition. e.g. UnionRDD can have different 
deterministic level for
   // different partitions.
-  private[spark] final lazy val outputDeterministicLevel: 
DeterministicLevel.Value = {
+  private[spark] final def outputDeterministicLevel: DeterministicLevel.Value 
= {

Review comment:
       Sounds reasonable. Can we add a JIRA to track this and put the JIRA next 
to the TODO so we eventually come back and make a decision?




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

Reply via email to