-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
GCPgood first issueGood for newcomersGood for newcomersimprovementPR that improves existing functionalityPR that improves existing functionality
Description
Feature Request / Improvement
Auto-upgrade Bump com.google.cloud:libraries-bom from 26.62.0 to 26.64.0 failed. It looks there've been breaking API changes.
/home/runner/work/iceberg/iceberg/bigquery/src/main/java/org/apache/iceberg/gcp/bigquery/BigQueryMetastoreClientImpl.java:154: error: no suitable method found for runWithRetries(()->intern[...]aset),RetrySettings,ExceptionHandler,ApiClock,BigQueryRetryConfig)
BigQueryRetryHelper.runWithRetries(
^
method RetryHelper.<V#1>runWithRetries(Callable<V#1>,RetrySettings,ResultRetryAlgorithm<?>,ApiClock) is not applicable
(cannot infer type-variable(s) V#1
(actual and formal argument lists differ in length))
method BigQueryRetryHelper.<V#2>runWithRetries(Callable<V#2>,RetrySettings,ResultRetryAlgorithm<?>,ApiClock,BigQueryRetryConfig,boolean,Tracer) is not applicable
(cannot infer type-variable(s) V#2
(actual and formal argument lists differ in length))
where V#1,V#2 are type-variables:
V#1 extends Object declared in method <V#1>runWithRetries(Callable<V#1>,RetrySettings,ResultRetryAlgorithm<?>,ApiClock)
V#2 extends Object declared in method <V#2>runWithRetries(Callable<V#2>,RetrySettings,ResultRetryAlgorithm<?>,ApiClock,BigQueryRetryConfig,boolean,Tracer)
Query engine
Other
Willingness to contribute
- I can contribute this improvement/feature independently
- I would be willing to contribute this improvement/feature with guidance from the Iceberg community
- I cannot contribute this improvement/feature at this time
Metadata
Metadata
Assignees
Labels
GCPgood first issueGood for newcomersGood for newcomersimprovementPR that improves existing functionalityPR that improves existing functionality