This is an automated email from the ASF dual-hosted git repository. philo-he pushed a commit to branch branch-1.7 in repository https://gitbox.apache.org/repos/asf/gluten.git
commit 4f2bf04f1e4a3b6a595e42eeaf140607c2223aef Author: Yuan <[email protected]> AuthorDate: Thu Jul 23 13:42:09 2026 +0100 [GLUTEN-12611][VL] Remove Arrow build from Velox setup-ubuntu.sh Signed-off-by: Yuan <[email protected]> --- ep/build-velox/src/get-velox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh index 889de1f512..bf163a4fa5 100755 --- a/ep/build-velox/src/get-velox.sh +++ b/ep/build-velox/src/get-velox.sh @@ -65,7 +65,7 @@ if [ "$VELOX_HOME" == "" ]; then fi function process_setup_ubuntu { - sed -i "s|run_and_time install_arrow||g" scripts/setup-centos9.sh + sed -i "s|run_and_time install_arrow||g" scripts/setup-ubuntu.sh echo "Using setup script from Velox" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
