This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 41d2c602fe [VL] Fix Arrow URL typo (#10641)
41d2c602fe is described below

commit 41d2c602fe33d4f3465a1b7acf7efa8a159ef3a5
Author: Joey <[email protected]>
AuthorDate: Sat Sep 6 16:16:59 2025 +0800

    [VL] Fix Arrow URL typo (#10641)
---
 dev/build_arrow.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/build_arrow.sh b/dev/build_arrow.sh
index 271c1d90c4..4f2bcf2d23 100755
--- a/dev/build_arrow.sh
+++ b/dev/build_arrow.sh
@@ -26,7 +26,7 @@ BUILD_TYPE=Release
 
 function prepare_arrow_build() {
   mkdir -p ${ARROW_PREFIX}/../ && pushd ${ARROW_PREFIX}/../ && ${SUDO} rm -rf 
arrow_ep/
-  wget_and_untar 
https://github.com/apache/arrow/archive/refs/tags/apache-arrow-${VELOX_ARROW_BUILD_VERSION}/.tar.gz
 arrow_ep
+  wget_and_untar 
https://github.com/apache/arrow/archive/refs/tags/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz
 arrow_ep
   #wget_and_untar 
https://archive.apache.org/dist/arrow/arrow-${VELOX_ARROW_BUILD_VERSION}/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz
 arrow_ep
   cd arrow_ep
   patch -p1 < $CURRENT_DIR/../ep/build-velox/src/modify_arrow.patch


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to