Skip to content

Commit

Permalink
[query] update to latest google storage APIs
Browse files Browse the repository at this point in the history
It is possible this addresses hail-is#12950 for two reasons:
1. In 2.25.0, they rewrote the BlobWriteChannel entirely a couple months ago. [commit](googleapis/java-storage@1b52a10).
2. Also in 2.25.0, they fixed in issue with tracking offsets after incremental flushes. Maybe the issue existed in the old code too?. [commit](googleapis/java-storage@c099a2f).
3. In 2.22.4 they modified the BlobWriteChannel to use a different retry method. [commit](googleapis/java-storage@1b52a10).

Anyway, all circumstantial.
  • Loading branch information
danking committed Sep 3, 2023
1 parent 5d545c8 commit 31247e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dependencies {
throw new UnsupportedOperationException("Couldn't pick a valid elasticsearch.")
}

bundled(group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.17.1') {
bundled(group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.26.1') {
exclude group: 'com.fasterxml.jackson.core'
}

Expand Down

0 comments on commit 31247e5

Please sign in to comment.