Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21560#discussion_r196999687
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/continuous/shuffle/ContinuousShuffleReadRDD.scala
 ---
    @@ -61,12 +63,14 @@ class ContinuousShuffleReadRDD(
         numPartitions: Int,
         queueSize: Int = 1024,
         numShuffleWriters: Int = 1,
    -    epochIntervalMs: Long = 1000)
    +    epochIntervalMs: Long = 1000,
    +    val endpointNames: Seq[String] = 
Seq(s"RPCContinuousShuffleReader-${UUID.randomUUID()}"))
    --- End diff --
    
    Same here: if possible it might be better to have complete code rather than 
just working with such assumption.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to