Skip to content

Commit

Permalink
Spark: Exclude zstd-jni from iceberg-spark3-runtime (apache#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Sep 9, 2021
1 parent 1f23080 commit 6d80968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ project(':iceberg-spark3-runtime') {
exclude group: 'org.xerial.snappy'
exclude group: 'javax.xml.bind'
exclude group: 'javax.annotation'
exclude group: 'com.github.luben'
}
spark31Implementation.extendsFrom integrationImplementation
spark31CompileOnly.extendsFrom integrationCompileOnly
Expand Down

0 comments on commit 6d80968

Please sign in to comment.