Skip to content

Commit

Permalink
fix(deps): update iceberg to v1.1.0 (#5582)
Browse files Browse the repository at this point in the history
* fix(deps): update iceberg to v1.1.0

* add missing deps

* Bump Nessie client for Iceberg to 0.44.0, #4307 changed method signatures

* CI/integreations: stop Gradle daemon to prevent OOM in last step

Similar to the change projectnessie/query-engine-integration-tests#67

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Stupp <[email protected]>
  • Loading branch information
renovate[bot] and snazy authored Nov 29, 2022
1 parent 6ecae29 commit e175ca0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request-integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
with:
arguments: :nessie-iceberg:nessie-spark-extensions-3.3_2.12:test :nessie-iceberg:nessie-spark-extensions-3.3_2.12:intTest

- name: Stop Gradle daemon
uses: gradle/gradle-build-action@v2
with:
arguments: --stop

- name: Publish Nessie + Iceberg to local Maven repo
uses: gradle/gradle-build-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions gc/gc-iceberg-files/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dependencies {

testImplementation(platform(libs.awssdk.bom))
testImplementation(libs.awssdk.s3)
testRuntimeOnly(libs.awssdk.sts)
testRuntimeOnly(libs.hadoop.aws)

testImplementation(platform(libs.junit.bom))
Expand Down
1 change: 1 addition & 0 deletions gc/gc-iceberg-inttest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ dependencies {

testRuntimeOnly(libs.hadoop.client)
testRuntimeOnly(libs.hadoop.aws)
testRuntimeOnly(libs.awssdk.sts)

testImplementation(platform(libs.awssdk.bom))
testImplementation(libs.awssdk.s3)
Expand Down
1 change: 1 addition & 0 deletions gc/gc-tool-inttest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ dependencies {

testRuntimeOnly(libs.hadoop.client)
testRuntimeOnly(libs.hadoop.aws)
testRuntimeOnly(libs.awssdk.sts)

testRuntimeOnly(platform(libs.awssdk.bom))
testRuntimeOnly(libs.awssdk.s3)
Expand Down
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gatling = "3.8.4"
googleJavaFormat = "1.15.0"
guava = "31.1-jre"
hadoop = "3.3.4"
iceberg = "1.0.0"
iceberg = "1.1.0"
immutables = "2.9.2"
jacoco = "0.8.8"
jandex = "3.0.4"
Expand All @@ -22,7 +22,7 @@ maven = "3.8.6"
mavenResolver = "1.7.3"
micrometer = "1.10.2"
nessieBuildPlugins = "0.2.14"
nessieClientVersion = "0.30.0"
nessieClientVersion = "0.44.0"
opentracing = "0.33.0"
parquet = "1.12.3"
picocli = "4.7.0"
Expand Down Expand Up @@ -87,6 +87,7 @@ awssdk-glue = { module = "software.amazon.awssdk:glue" }
awssdk-kms = { module = "software.amazon.awssdk:kms" }
awssdk-netty-nio-client = { module = "software.amazon.awssdk:netty-nio-client" }
awssdk-s3 = { module = "software.amazon.awssdk:s3" }
awssdk-sts = { module = "software.amazon.awssdk:sts" }
awssdk-url-connection-client = { module = "software.amazon.awssdk:url-connection-client" }
bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15on", version.ref = "bouncycastle" }
bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15on", version.ref = "bouncycastle" }
Expand Down

0 comments on commit e175ca0

Please sign in to comment.