You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-44151][BUILD] Upgrade commons-codec to 1.16.0
### What changes were proposed in this pull request?
The pr aims to upgrade commons-codec from 1.15 to 1.16.0.
### Why are the changes needed?
1.The new version brings some bug fixed, eg:
- Fix byte-skipping in Base16 decoding #135. Fixes CODEC-305.
- BaseNCodecOutputStream.eof() should not throw IOException.
- Add support for Blake3 family of hashes. Fixes [CODEC-296](https://issues.apache.org/jira/browse/CODEC-296).
2.The full release notes:
https://commons.apache.org/proper/commons-codec/changes-report.html#a1.16.0
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
Closes#41707 from panbingkun/SPARK-44151.
Authored-by: panbingkun <pbk1982@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
0 commit comments