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

    https://github.com/apache/spark/pull/21688#discussion_r235157033
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
    @@ -259,7 +278,8 @@ private[ui] class StagePage(parent: StagesTab, store: 
AppStatusStore) extends We
     
       }
     
    -  def makeTimeline(tasks: Seq[TaskData], currentTime: Long): Seq[Node] = {
    +  def makeTimeline(tasks: Seq[TaskData], currentTime: Long, page: Int, 
pageSize: Int,
    +    totalPages: Int, stageId: Int, stageAttemptId: Int, totalTasks: Int): 
Seq[Node] = {
    --- End diff --
    
    fix format of arguments to be multi-line style like:
    
    def runJob(
          sc: SparkContext,
          rdd: JavaRDD[Array[Byte]],
          partitions: JArrayList[Int]): Array[Any] = {


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to