Commit 1359c13
[SPARK-45776][CORE] Remove the defensive null check for
### What changes were proposed in this pull request?
This pr Remove the defensive null check for `MapOutputTrackerMaster#unregisterShuffle` added in SPARK-39553.
### Why are the changes needed?
scala/bug#12613 has been fixed in Scala 2.13.9.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existing test like `SPARK-39553: Multi-thread unregister shuffle shouldn't throw NPE` in `MapOutputTrackerSuite`
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43644 from LuciferYang/remove-39553-null-check.
Lead-authored-by: yangjie01 <[email protected]>
Co-authored-by: YangJie <[email protected]>
Signed-off-by: Kent Yao <[email protected]>MapOutputTrackerMaster#unregisterShuffle added in SPARK-39553
1 parent 1649b25 commit 1359c13
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
| 909 | + | |
| 910 | + | |
915 | 911 | | |
916 | 912 | | |
917 | 913 | | |
| |||
0 commit comments