Commit 5c2c4dc
[SPARK-19447] Remove remaining references to generated rows metric
## What changes were proposed in this pull request?
b486ffc left behind references to "number of generated rows" metrics, that should have been removed.
## How was this patch tested?
Existing unit tests.
Author: Ala Luszczak <[email protected]>
Closes #17939 from ala/SPARK-19447-fix.1 parent fcb88f9 commit 5c2c4dc
File tree
1 file changed
+1
-3
lines changed- sql/core/src/main/scala/org/apache/spark/sql/execution
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
344 | | - | |
| 343 | + | |
345 | 344 | | |
346 | 345 | | |
347 | 346 | | |
| |||
354 | 353 | | |
355 | 354 | | |
356 | 355 | | |
357 | | - | |
358 | 356 | | |
359 | 357 | | |
360 | 358 | | |
| |||
0 commit comments