NoClassDefFoundError for Apache Arrow class when using JDK 17 #2060
Labels
api: bigquery
Issues related to the googleapis/java-bigquery API.
external
This issue is blocked on a bug with the actual product.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Running tests in Java 17 is resulting in some failures with Apache Arrow at the moment. A couple of tests are failing with the following log output:
List of failing tests:
ITBigQueryTest.testBQResultSetPaginationSlowQuery
ITBigQueryTest.testReadAPIConnectionMultiClose
ITBigQueryTest.testReadAPIIterationAndOrder
ITNightlyBigQueryTest.testIterateAndOrder
Steps to reproduce:
sdk use java 17.0.3-oracle
java -version
mvn verify -Penable-integration-tests
This issue looks related: https://issues.apache.org/jira/browse/ARROW-16472
cc @stephaniewang526, @prash-mi
The text was updated successfully, but these errors were encountered: