forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade jackson version #135
Comments
yugan95
pushed a commit
to yugan95/spark
that referenced
this issue
Jun 29, 2020
yugan95
pushed a commit
to yugan95/spark
that referenced
this issue
Jun 29, 2020
yugan95
added a commit
that referenced
this issue
Jun 29, 2020
* #135 bump jackson version to 2.10.4 * #135 update spark version r41 Co-authored-by: Yu Gan <[email protected]>
yugan95
pushed a commit
to yugan95/spark
that referenced
this issue
Jul 2, 2020
yugan95
added a commit
that referenced
this issue
Jul 2, 2020
Co-authored-by: Yu Gan <[email protected]>
zheniantoushipashi
pushed a commit
that referenced
this issue
Jul 11, 2020
* #135 bump jackson version to 2.10.4 * #135 update spark version r41 Co-authored-by: Yu Gan <[email protected]>
zheniantoushipashi
pushed a commit
that referenced
this issue
Jul 11, 2020
Co-authored-by: Yu Gan <[email protected]>
woyumen4597
added a commit
that referenced
this issue
Aug 6, 2020
baibaichen
pushed a commit
that referenced
this issue
Jun 18, 2024
### 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 apache#41707 from panbingkun/SPARK-44151. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://issues.apache.org/jira/browse/SPARK-29483?filter=-4&jql=project%20%3D%20SPARK%20AND%20issuetype%20in%20(Bug%2C%20Improvement%2C%20%22New%20Feature%22)%20AND%20status%20%3D%20Resolved%20AND%20text%20~%20%22%5C%22jackson%5C%22%22%20order%20by%20created%20DESC
spark official relative issues:
https://issues.apache.org/jira/browse/SPARK-24601
https://issues.apache.org/jira/browse/SPARK-25851
https://issues.apache.org/jira/browse/SPARK-27051
https://issues.apache.org/jira/browse/SPARK-27757
https://issues.apache.org/jira/browse/SPARK-28728
https://issues.apache.org/jira/browse/SPARK-29226
https://issues.apache.org/jira/browse/SPARK-29483
The text was updated successfully, but these errors were encountered: