Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2024-01-05) (#4284)
Browse files Browse the repository at this point in the history
8321b3e (upstream/main) Add error log in ~MemoryManager (#8262)
8ff2246 Add December 2023 monthly update (#8264)
b351477 Support fuzzing expressions with specific output type in ExpressionFuzzer. (#7976)
3589be9 Remove tests of debug time checks (#8261)
ff6a31f Use string output stream from flex scanners (#8244)
c987870 Fix flaky AggregationTest.reclaimFromAggregation (#8255)
4cd534b Fix GA scheduled job of spark fuzzers (#8251)
8e59fa1 Optimize casting generic writer to primitives. (#8193)
0616e4c Optimizing casting GenericView to primitives. (#8192)
a289ac7 Improve tmToString and relating document (#8250)
0e25d47 Fix approx_distinct for TIMESTAMP inputs (#8164)
b42ace1 Back out "Change cpu driver slicing limit to 1 second by default" (#8248)
4c90d8b Minor refactor in array function registration. (#8247)
f12b055 Add checkUsageLeak flag to arbitrator (#8219)
  • Loading branch information
marin-ma authored Jan 5, 2024
1 parent d87817a commit d1d976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_01_04
VELOX_BRANCH=2024_01_05
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down

0 comments on commit d1d976b

Please sign in to comment.