From d7c25d4ebba0393dac29aeb989a6e9f70b7be75d Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Thu, 9 Mar 2023 14:30:47 +0530 Subject: [PATCH] Use air.test.jvm.additional-arguments in BigQuery The existing maven-surefire-plugin plugin overrides configurations in root pom.xml. --- plugin/trino-bigquery/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugin/trino-bigquery/pom.xml b/plugin/trino-bigquery/pom.xml index 97ff8bf00cc5..9675a3756ebd 100644 --- a/plugin/trino-bigquery/pom.xml +++ b/plugin/trino-bigquery/pom.xml @@ -499,13 +499,17 @@ false + + + --add-opens=java.base/java.nio=ALL-UNNAMED + + org.apache.maven.plugins maven-surefire-plugin - --add-opens=java.base/java.nio=ALL-UNNAMED **/TestBigQueryArrowConnectorTest.java **/TestBigQueryArrowTypeMapping.java