You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/04/19 16:44:38 UTC

[iceberg] branch master updated: Spark: Remove relocations for org.codehaus.jackson (#2479)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c6096d  Spark: Remove relocations for org.codehaus.jackson (#2479)
6c6096d is described below

commit 6c6096d44cd1315c40e1e718c3186ba8927c3219
Author: Yufei Gu <yu...@apache.org>
AuthorDate: Mon Apr 19 09:44:19 2021 -0700

    Spark: Remove relocations for org.codehaus.jackson (#2479)
    
    Avro and Parquet no longer depend on the old Jackson version.
---
 build.gradle | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index f1746cf..00ad334 100644
--- a/build.gradle
+++ b/build.gradle
@@ -892,8 +892,6 @@ if (jdkVersion == '8') {
       relocate 'com.thoughtworks.paranamer', 'org.apache.iceberg.shaded.com.thoughtworks.paranamer'
       relocate 'org.apache.parquet', 'org.apache.iceberg.shaded.org.apache.parquet'
       relocate 'shaded.parquet', 'org.apache.iceberg.shaded.org.apache.parquet.shaded'
-      // relocate Avro's jackson dependency to share parquet-jackson locations
-      relocate 'org.codehaus.jackson', 'org.apache.iceberg.shaded.org.apache.parquet.shaded.org.codehaus.jackson'
       relocate 'org.apache.orc', 'org.apache.iceberg.shaded.org.apache.orc'
       relocate 'io.airlift', 'org.apache.iceberg.shaded.io.airlift'
       // relocate Arrow and related deps to shade Iceberg specific version
@@ -1064,8 +1062,6 @@ project(':iceberg-spark3-runtime') {
     relocate 'com.thoughtworks.paranamer', 'org.apache.iceberg.shaded.com.thoughtworks.paranamer'
     relocate 'org.apache.parquet', 'org.apache.iceberg.shaded.org.apache.parquet'
     relocate 'shaded.parquet', 'org.apache.iceberg.shaded.org.apache.parquet.shaded'
-    // relocate Avro's jackson dependency to share parquet-jackson locations
-    relocate 'org.codehaus.jackson', 'org.apache.iceberg.shaded.org.apache.parquet.shaded.org.codehaus.jackson'
     relocate 'org.apache.orc', 'org.apache.iceberg.shaded.org.apache.orc'
     relocate 'io.airlift', 'org.apache.iceberg.shaded.io.airlift'
     // relocate Arrow and related deps to shade Iceberg specific version