melihsozdinler commented on code in PR #40502:
URL: https://github.com/apache/spark/pull/40502#discussion_r1285882368


##########
core/src/main/scala/org/apache/spark/ui/scope/RDDOperationGraph.scala:
##########
@@ -221,6 +226,24 @@ private[spark] object RDDOperationGraph extends Logging {
     RDDOperationGraph(internalEdges.toSeq, outgoingEdges.toSeq, 
incomingEdges.toSeq, rootCluster)
   }
 
+  def getRepeatIdentifier(node: RDDOperationNode): String = {

Review Comment:
   We can add one control point here with a new configuration so that users can 
enable and disable this implementation at any time.



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