Commit 3444e97
committed
[SPARK-57859] Exclude
### What changes were proposed in this pull request?
This PR excludes the transitive `com.esotericsoftware` dependency from the shaded operator jar.
### Why are the changes needed?
`com.esotericsoftware:kryo-shaded` is pulled in via `spark-core` (directly and through `com.twitter:chill`) as a serializer. The operator only builds driver/submission specs and never runs it, like the other already-excluded runtime codecs and serializers (`org.lz4`, `org.xerial.snappy`, `com.github.luben`, `org.roaringbitmap`, `com.ning`).
### 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 #731 from dongjoon-hyun/SPARK-57859.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>com.esotericsoftware dependency1 parent d2118d6 commit 3444e97
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments