This repository was archived by the owner on Mar 23, 2026. It is now read-only.
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)
Reactions are currently unavailable