Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23204#discussion_r240104812
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashJoin.scala ---
    @@ -213,10 +213,6 @@ trait HashJoin {
               s"BroadcastHashJoin should not take $x as the JoinType")
         }
     
    -    // At the end of the task, we update the avg hash probe.
    -    TaskContext.get().addTaskCompletionListener[Unit](_ =>
    --- End diff --
    
    in this file, the `join` method takes `avgHashProbe: SQLMetric`, we should 
remove it.


---

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

Reply via email to