Skip to content

Commit

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

78d761b8d by Jimmy Lu, fix: Delta update reader lifecycle issue (11639)
bf3fba765 by Sergey Pershin, Tighten checks for "bins" elements in width_bucket(x, bins) (11629)
059337fca by Jialiang Tan, feat(hashjoin): Add fast row size estimation for hash probe (11558)
20b5728ff by Jialiang Tan, fix: Fix hash join reclaim bytes accounting (11624)
55046e6b4 by Rong Ma, misc: Add macros for Velox::Expected (11570)
42e398f94 by Deepak Majeti, fix(parquet): Schema Evolution (11595)
102c478cb by Deepak Majeti, docs: Add June 2024 monthly (11616)
462071871 by David Reveman, fix: Clamp values in Breeze unit test to prevent overflow (11618)
fca62d11a by Wei He, build(fuzzer): Enable biased expression fuzzer with PQR for single functions at PR time (11581)
9ba0197e7 by Kevin Wilfong, fix: Match Presto's behavior for invalid UTF-8 in url_decode (11604)
bfaa9a332 by Kevin Wilfong, fix: Handle escaped separators in Presto url_extract_parameter function (11540)
d06bdfab5 by Kevin Wilfong, feat(function): Handle unescaped UTF-8 characters in Presto url_extract_* UDFs (11535)
b7c2e6565 by Jiaqi Zhang, Add packet sizes for debugging (11615)
8d91c1cce by Bikramjeet Vig, fix: Optimize subscript and array/map filter in favor of memory (11608)
e67fe06cf by Zac Wen, refactor: Use CacheTestUtil for testing functions (11610)
  • Loading branch information
GlutenPerfBot authored Nov 25, 2024
1 parent cc0f588 commit 114a1da
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_11_22
VELOX_BRANCH=2024_11_24
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit 114a1da

Please sign in to comment.