This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 4f4eb3f19c GH-45164: [CI][Integration] Follow build script name change
in apache/arrow-java (#45199)
4f4eb3f19c is described below
commit 4f4eb3f19c01c4c83eb95a7854c06311c9b27373
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jan 8 14:10:59 2025 +0900
GH-45164: [CI][Integration] Follow build script name change in
apache/arrow-java (#45199)
### Rationale for this change
For apache/arrow-java#493.
### What changes are included in this PR?
Remove `java_` prefix.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45164
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
ci/scripts/integration_arrow_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/scripts/integration_arrow_build.sh
b/ci/scripts/integration_arrow_build.sh
index 47ef34d9a4..1c7e65cf27 100755
--- a/ci/scripts/integration_arrow_build.sh
+++ b/ci/scripts/integration_arrow_build.sh
@@ -60,7 +60,7 @@ if [ "${ARCHERY_INTEGRATION_WITH_JAVA}" -gt "0" ]; then
export JAVA_JNI_CMAKE_ARGS="-DARROW_JAVA_JNI_ENABLE_DEFAULT=OFF
-DARROW_JAVA_JNI_ENABLE_C=ON"
${arrow_dir}/java/ci/scripts/jni_build.sh "${arrow_dir}/java"
"${ARROW_HOME}" "${build_dir}/java/" /tmp/dist/java
- ${arrow_dir}/java/ci/scripts/java_build.sh "${arrow_dir}/java"
"${build_dir}/java" /tmp/dist/java
+ ${arrow_dir}/java/ci/scripts/build.sh "${arrow_dir}/java"
"${build_dir}/java" /tmp/dist/java
fi
github_actions_group_end