Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2023-12-22) (#4149)
Browse files Browse the repository at this point in the history
Rebase velox 2023-12-22

ee3a0a0 Support DELTA_BINARY_PACKED encoding in native Parquet reader (#5174)
a5aaf43 Ensure wrapping over a loaded lazy vector strips the lazy layer (#8135)
12c9414 Remove unused function from velox/functions/prestosql/URLFunctions.h (#8155)
5bf5894 Remove unused function from velox/tpch/gen/dbgen/text.cpp (#8153)
74906db Remove unused function from velox/vector/arrow/Bridge.cpp (#8154)
f2cdf81 Fix CMakeLists.txt and Makefile (#8015)
22a85e7 Remove unused function from velox/dwio/common/MetadataFilter.cpp (#8151)
b1aa044 Add November 2023 monthly update (#8148)
3e68882 Add Spark atan2 function (#7113)
8cc6c8c Add QueryAssertions function to check that two plans produce same results (#8134)
84d75d8 Refactor type parsing grammar to allow tokens as field names (#8131)
ec45d6b Fix breaking of test SsdFileTest.writeAndRead (#8145)
fc534c0 Remove extra semi colon from velox/buffer/Buffer.h (#8027)
  • Loading branch information
GlutenPerfBot authored Dec 23, 2023
1 parent 1fd405e commit a31e0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit a31e0d9

Please sign in to comment.