Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2024_06_27) (#6242)
Browse files Browse the repository at this point in the history
43cb72a1e by Masha Basmanova, Add support for minus(timestamp with tz, timestamp with tz) Presto function (#10327)
51f86b176 by Masha Basmanova, Add support for TIMESTAMP WITH TIME ZONE inputs to least/greatest Presto functions (#10328)
9857a2eb5 by zhli1142015, Fix NaN handling in Spark In function (#10259)
5a150cec1 by wypb, Fix AbfsReadFile::Impl::preadv to return the length of read. (#10320)
31800f52d by Masha Basmanova, Add support for VARBINARY input to from_base64 Presto function (#10325)
7add4bf64 by Jialiang Tan, Add stats reporter to op test base (#10296)
c03401967 by lingbin, Simplify assertion in AllocationTraits (#10322)
6af663c42 by xiaoxmeng, Fix flaky async data cache shutdown test (#10318)
1ae622476 by Yoav Helfman, Fix IOStats for Nimble (#10216)
2a140f9d6 by Jialiang Tan, Shorten AggregationTest.maxSpillBytes from 2m to 2s (#10317)
05222475a by Kevin Wilfong, Ensure the shared HashStringAllocator isn't mutated by Aggregations during spilling (#10309)
622d31ac5 by Kevin Wilfong, Fix race conditions in AsyncDataCache AccessStats (#10312)
136d66be0 by Kevin Wilfong, Fix race condition in MemoryArbitrationFuzzer (#10314)
a4e0b6a1f by Kevin Wilfong, Ignore TSAN errors in WindowFuzzer (#10315)
  • Loading branch information
GlutenPerfBot authored Jun 27, 2024
1 parent e71a0c4 commit 7bf6cd4
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_06_26
VELOX_BRANCH=2024_06_27
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down

0 comments on commit 7bf6cd4

Please sign in to comment.