bvolpato opened a new pull request, #27828:
URL: https://github.com/apache/beam/pull/27828
Got the following error in a few tests with `2.50.0-SNAPSHOT`
```
java.lang.NoSuchMethodError:
'com.google.api.services.bigquery.model.TableConstraints
com.google.api.services.bigquery.model.Table.getTableConstraints()'
at
com.google.cloud.bigquery.StandardTableDefinition.fromPb(StandardTableDefinition.java:409)
at
com.google.cloud.bigquery.TableDefinition.fromPb(TableDefinition.java:161)
at
com.google.cloud.bigquery.TableInfo$BuilderImpl.<init>(TableInfo.java:253)
at com.google.cloud.bigquery.Table.fromPb(Table.java:690)
at com.google.cloud.bigquery.BigQueryImpl.create(BigQueryImpl.java:298)
```
We bumped libraries to 26.21.0, which uses BigQuery 2.31.0, which depends on
this version (see
https://mvnrepository.com/artifact/com.google.cloud/google-cloud-bigquery/2.31.0).
Ideally we would rely on a BOM for this, but it seems that `libraries-bom`
doesn't bring it -- so this is more of a short term fix to avoid error above.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]