Commit fbbf3f7
[SPARK-53324][K8S][FOLLOWUP] Use
### What changes were proposed in this pull request?
This is a follow-up of the following to apply the latest `master` branch change.
- apache#51913
### Why are the changes needed?
The master branch compilation is broken currently.
- https://github.com/apache/spark/actions/runs/18760939731
Recently, we changed `numOutstandingPods`'s visibility, but I missed that the old open PRs didn't have this change.
- apache#52614
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#52714 from dongjoon-hyun/SPARK-53324.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>invokePrivate to access numOutstandingPods
1 parent 4b1bdf5 commit fbbf3f7
File tree
1 file changed
+4
-4
lines changed- resource-managers/kubernetes/core/src/test/scala/org/apache/spark/scheduler/cluster/k8s
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments