This is an automated email from the ASF dual-hosted git repository. yuanzhou pushed a commit to branch wip_nlj_test in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
commit ab4a39ea4fc453f2ba2d7dd142eca56661370f15 Author: Yuan <[email protected]> AuthorDate: Fri Mar 28 14:49:48 2025 +0000 [VL] test nested loop join Signed-off-by: Yuan <[email protected]> --- ep/build-velox/src/get_velox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index d0b807d734..b48876673f 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -16,8 +16,8 @@ set -exu -VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=2025_03_27 +VELOX_REPO=https://github.com/zhouyuan/velox.git +VELOX_BRANCH=2025_03_28 VELOX_HOME="" OS=`uname -s` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
