Commit a2db99b
improvement(spark): Record the partition choosing sort time for analysis (apache#2364)
### What changes were proposed in this pull request?
Record the partition choosing sort time for analysis
### Why are the changes needed?
For better optimize write duration
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Needn't
Co-authored-by: Junfan Zhang <zhangjunfan@qiyi.com>1 parent 0558399 commit a2db99b
File tree
1 file changed
+5
-0
lines changed- client-spark/common/src/main/java/org/apache/spark/shuffle/writer
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
335 | 336 | | |
336 | 337 | | |
337 | 338 | | |
| 339 | + | |
338 | 340 | | |
339 | 341 | | |
340 | 342 | | |
| 343 | + | |
341 | 344 | | |
342 | 345 | | |
343 | 346 | | |
| |||
607 | 610 | | |
608 | 611 | | |
609 | 612 | | |
| 613 | + | |
| 614 | + | |
610 | 615 | | |
611 | 616 | | |
612 | 617 | | |
| |||
0 commit comments