Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_12_11) (#8200)
Browse files Browse the repository at this point in the history
Upstream Velox's New Commits:

4cffa4b2a by Kevin Wilfong, fix: Array_intersect with a single argument doesn't correctly handle nulls in dictionary encoded inner arrays (11807)
1bd480e4f by Krishna Pai, fix: Add support to parse illegal unicode in json_parse (11744)
c12207a00 by Yenda Li, Support comparison for ipprefix [3/n] (11546)
4c5a00867 by Xiaoxuan Meng, fix: Only report storage stats if not empty (11799)
d7e7cf73e by Guilherme Kunigami, support opaque type in remote function server (11377)
47a3ea641 by Pedro Eugenio Rocha Pedreira, refactor: Use KeepAlive instead of Executor*" (11785)
4f863c7ff by Xiaoxuan Meng, fix: Fix the driver concurrency setting in test (11805)
386fed7e4 by Jialiang Tan, fix: Fix dead lock in MemoryReclaimer (11806)
733bc0c8e by Xiaoxuan Meng, feat: Make skewed partition balancer thread-safe and share among scale writer partitioners (11786)
b9cce6dea by Andrii Rosa, feat: Allow non standard partition functions in ScaleWriterPartitioningLocalPartition (11762)
9a31f1c5e by Wei He, fix(fuzzer): Reduce input size of window fuzzer test to avoid OOM (11716)
  • Loading branch information
GlutenPerfBot authored Dec 11, 2024
1 parent 1036c96 commit da37af1
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_12_10
VELOX_BRANCH=2024_12_11
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit da37af1

Please sign in to comment.