This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 114a1dae8e [GLUTEN-6887][VL] Daily Update Velox Version (2024_11_24)
(#8028)
114a1dae8e is described below
commit 114a1dae8ee6bc2fb51dbf57d26c1a818bf3fa16
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Nov 25 08:14:03 2024 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (2024_11_24) (#8028)
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)
---
ep/build-velox/src/get_velox.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index e6a69a62f1..f50e244dff 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -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`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]