Commit d2118d6
committed
[SPARK-57857] Exclude
### What changes were proposed in this pull request?
This PR excludes the transitive `com.ning:compress-lzf` dependency from the shaded operator jar.
### Why are the changes needed?
`compress-lzf` is pulled in via `spark-core` as a shuffle/broadcast compression codec. The operator only builds driver/submission specs and never runs it, like the other already-excluded runtime codecs (`org.lz4`, `org.xerial.snappy`, `com.github.luben`, `org.roaringbitmap`).
### 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?
Generated-by: Claude Opus 4.8
Closes #730 from dongjoon-hyun/SPARK-57857.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>com.ning dependency1 parent 7515921 commit d2118d6
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments