Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcclp committed Nov 5, 2023
1 parent 88b0612 commit 99e59b5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import org.apache.spark.internal.Logging
import org.apache.spark.sql.execution.SparkPlan
import org.apache.spark.sql.execution.metric.SQLMetric

import java.util.Collections

import scala.collection.JavaConverters._

object MetricsUtil extends Logging {
Expand Down Expand Up @@ -145,6 +147,7 @@ object MetricsUtil extends Logging {
curMetricsIdx -= 1
})

Collections.reverse(nodeMetricsList)
val operatorMetrics = new OperatorMetrics(
nodeMetricsList,
joinParamsMap.getOrDefault(operatorIdx, null),
Expand Down

0 comments on commit 99e59b5

Please sign in to comment.