Uh oh!
There was an error while loading. Please reload this page.
Bump Jackson to 2.11.4 - #2084
Conversation
Fokko
commented
Jan 13, 2021
Same issue as #1648 (comment) |
rdblue
commented
Jan 13, 2021
I think the test problem might be that we have some Jackson Scala dependencies forced in @aokolnychyi, do you have more context on that? I'm not sure that those are even used. I don't see dependencies on |
At Iceberg we're looking into consolidating the versions, see apache/iceberg#2084. The latest Spark release is still on 2.10, and I wanted to bump everything to at least 2.11. Closes#9189 from Fokko/ARROW-11236 Authored-by: Fokko Driesprong <fokko@apache.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Fokko
commented
Jan 18, 2021
@rdblue that did the trick, thanks! |
rdblue
commented
Jan 18, 2021
I think this is okay, but I'd prefer to get it in after the 0.11.0 release is out so that we don't accidentally introduce a library incompatibility with little time to catch it. Is that okay with you, @Fokko? |
rdblue
commented
Jan 29, 2021
@Fokko, could you rebase this? Now that 0.11.0 is out, we can get it into master. |
…into fd-bump-jackson
Fokko
commented
Jan 31, 2021
Awesome, sure thing. Pulled in latest master, and resolved the conflicts! |
rdblue
commented
Feb 1, 2021
@aokolnychyi FYI |
rdblue
commented
Feb 1, 2021
Thanks for the update, @Fokko! |
At Iceberg we're looking into consolidating the versions, see apache/iceberg#2084. The latest Spark release is still on 2.10, and I wanted to bump everything to at least 2.11. Closes #9189 from Fokko/ARROW-11236 Authored-by: Fokko Driesprong <fokko@apache.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Will solve issues in #1648 (comment)
Quoting @rdblue: