Commit 4d30961
[SPARK-54753][SQL][4.0] Fix memory leak of ArtifactManager
### What changes were proposed in this pull request?
backport the fix in trunk branch to branch-4.0
5b5ff6d
dongjoon-hyun pranavdev022 hvanhovell vicennial HyukjinKwon cc Ngone51 LuciferYang
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
### Was this patch authored or co-authored using generative AI tooling?
Closes #53653 from scottme/SPARK-54753-4.0.
Authored-by: xihuan_mstr <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent 2fc65e1 commit 4d30961
File tree
2 files changed
+9
-2
lines changed- sql
- connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client
- core/src/main/scala/org/apache/spark/sql/artifact
2 files changed
+9
-2
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
388 | | - | |
| 387 | + | |
389 | 388 | | |
390 | 389 | | |
391 | 390 | | |
| |||
491 | 490 | | |
492 | 491 | | |
493 | 492 | | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
494 | 499 | | |
495 | 500 | | |
496 | 501 | | |
| |||
0 commit comments