From 3a9efa6eb8740f28fd9faad549cfbd7bb0a3ab80 Mon Sep 17 00:00:00 2001 From: Chengcheng Jin Date: Mon, 16 Dec 2024 10:52:30 +0000 Subject: [PATCH] read async --- 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 6c4f1c080e08..5eaac6adb4fb 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -17,7 +17,7 @@ set -exu VELOX_REPO=https://github.com/jinchengchenghh/velox.git -VELOX_BRANCH=spill_prefix_oap +VELOX_BRANCH=spill_read_async VELOX_HOME="" OS=`uname -s`