We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c89d22 commit 9629ce0Copy full SHA for 9629ce0
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlan.scala
@@ -95,7 +95,7 @@ abstract class SparkPlan extends QueryPlan[SparkPlan] with Logging with Serializ
95
def canProcessSafeRows: Boolean = true
96
97
/**
98
- * Returns instrumentation metrics. The key of the Map is the metric's name and the value is the
+ * Returns accumulators for metrics. The key of the Map is the metric's name and the value is the
99
* current value of the metric.
100
*/
101
def accumulators: Map[String, Accumulator[_]] = metricToAccumulator
0 commit comments