-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
api: bigqueryIssues related to the googleapis/java-bigquery API.Issues related to the googleapis/java-bigquery API.
Description
The failures are of the form:
Failures (9):
JUnit Vintage:ITBigQueryTest:testExecuteSelectSinglePageTableRowColInd
MethodSource [className = 'com.google.cloud.bigquery.it.ITBigQueryTest', methodName = 'testExecuteSelectSinglePageTableRowColInd', methodParameterTypes = '']
=> java.lang.IllegalArgumentException: Unexpected table cell format
com.google.cloud.bigquery.FieldValue.fromPb(FieldValue.java:421)
com.google.cloud.bigquery.FieldValue.fromPb(FieldValue.java:418)
com.google.cloud.bigquery.FieldValueList.fromPb(FieldValueList.java:127)
com.google.cloud.bigquery.FieldValueList.fromPb(FieldValueList.java:115)
com.google.cloud.bigquery.ConnectionImpl$2.apply(ConnectionImpl.java:832)
com.google.cloud.bigquery.ConnectionImpl$2.apply(ConnectionImpl.java:827)
com.google.common.collect.Iterators$6.transform(Iterators.java:830)
com.google.common.collect.TransformedIterator.next(TransformedIterator.java:52)
com.google.common.collect.ImmutableList.copyOf(ImmutableList.java:279)
com.google.common.collect.ImmutableList.copyOf(ImmutableList.java:240)
[...]
This happens in several tests (9 tests) with the same error.
We need to investigate whether this is specific to JDK 24 or if it was introduced with JDK 23.
Originally posted by @diegomarquezp in #3844 (comment)
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/java-bigquery API.Issues related to the googleapis/java-bigquery API.