Skip to content

Commit 75d0c08

Browse files
committed
fix indentation
1 parent c3336d8 commit 75d0c08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsTestUtils.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,11 @@ trait SQLMetricsTestUtils extends SQLTestUtils {
199199

200200
/**
201201
* Call `df.collect()` and verify if the collected metrics satisfy the specified predicates.
202+
*
202203
* @param df `DataFrame` to run
203204
* @param expectedNumOfJobs number of jobs that will run
204205
* @param expectedMetricsPredicates the expected metrics predicates. The format is
205-
* `nodeId -> (operatorName, metric name -> metric value predicate)`.
206+
* `nodeId -> (operatorName, metric name -> metric value predicate)`.
206207
*/
207208
protected def testSparkPlanMetricsWithPredicates(
208209
df: DataFrame,

0 commit comments

Comments
 (0)