From a31e0d9363cfe983b66a97fbc651443ee3a86e22 Mon Sep 17 00:00:00 2001 From: Gluten Performance Bot <137994563+GlutenPerfBot@users.noreply.github.com> Date: Sat, 23 Dec 2023 21:40:30 +0800 Subject: [PATCH] [VL] Daily Update Velox Version (2023-12-22) (#4149) Rebase velox 2023-12-22 ee3a0a065 Support DELTA_BINARY_PACKED encoding in native Parquet reader (#5174) a5aaf431b Ensure wrapping over a loaded lazy vector strips the lazy layer (#8135) 12c94142d Remove unused function from velox/functions/prestosql/URLFunctions.h (#8155) 5bf5894c7 Remove unused function from velox/tpch/gen/dbgen/text.cpp (#8153) 74906dbd8 Remove unused function from velox/vector/arrow/Bridge.cpp (#8154) f2cdf813b Fix CMakeLists.txt and Makefile (#8015) 22a85e773 Remove unused function from velox/dwio/common/MetadataFilter.cpp (#8151) b1aa044f8 Add November 2023 monthly update (#8148) 3e68882b4 Add Spark atan2 function (#7113) 8cc6c8c24 Add QueryAssertions function to check that two plans produce same results (#8134) 84d75d878 Refactor type parsing grammar to allow tokens as field names (#8131) ec45d6b9c Fix breaking of test SsdFileTest.writeAndRead (#8145) fc534c021 Remove extra semi colon from velox/buffer/Buffer.h (#8027) --- .github/workflows/velox_be.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/velox_be.yml b/.github/workflows/velox_be.yml index e1f64242c4be..649606d75c64 100644 --- a/.github/workflows/velox_be.yml +++ b/.github/workflows/velox_be.yml @@ -515,7 +515,7 @@ jobs: cd /opt/gluten && \ sudo -E ./dev/vcpkg/setup-build-depends.sh && \ source ./dev/vcpkg/env.sh && \ - ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_tests=ON --build_benchmarks=ON --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON --enable_abfs=OFF' + ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_tests=OFF --build_benchmarks=OFF --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON --enable_abfs=OFF' - name: Build for Spark 3.2.2 run: | docker exec static-build-test-$GITHUB_RUN_ID bash -c '