From 9acc1ddcc9d39eeb6735507d97ad4df3408125cf Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 13 Apr 2023 08:42:43 +0900 Subject: [PATCH 1/2] GH-35086: [Java][CI] Upgrade CycloneDX Maven plugin version It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible" error. --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index c85471f265c..2b28540ee99 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -358,7 +358,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.3 + 2.7.6 package From bc729c7210bfdb99b51cb5f60956a572cf8a4bc4 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 13 Apr 2023 13:47:13 +0900 Subject: [PATCH 2/2] Update ignore test --- ci/scripts/java_jni_macos_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/java_jni_macos_build.sh b/ci/scripts/java_jni_macos_build.sh index a80c9be69a5..0d4c332a6b1 100755 --- a/ci/scripts/java_jni_macos_build.sh +++ b/ci/scripts/java_jni_macos_build.sh @@ -97,7 +97,7 @@ if [ "${ARROW_BUILD_TESTS}" == "ON" ]; then # MinIO is required exclude_tests="arrow-s3fs-test" # unstable - exclude_tests="${exclude_tests}|arrow-compute-hash-join-node-test" + exclude_tests="${exclude_tests}|arrow-acero-hash-join-node-test" ctest \ --exclude-regex "${exclude_tests}" \ --label-regex unittest \