Commit e1f0828
[SPARK-55189][BUILD] Upgrade lz4-java to 1.10.3
### What changes were proposed in this pull request?
This pr aims to upgrade lz4-java from 1.10.1 to 1.10.3
### Why are the changes needed?
The new version has fixed an NPE issue related to `LZ4FrameInputStream`:
- yawkat/lz4-java#40
Full release notes as follows:
- https://github.com/yawkat/lz4-java/releases/tag/v1.10.2
- https://github.com/yawkat/lz4-java/releases/tag/v1.10.3
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass Github Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53971 from LuciferYang/SPARK-55189.
Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent c4f62d4 commit e1f0828
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| |||
0 commit comments