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 7e17ea32de [GLUTEN-6887][VL] Daily Update Velox Version (2025_06_27)
(#10070)
7e17ea32de is described below
commit 7e17ea32dee553e1bc06059235d040aaa75e8c20
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Jun 27 11:36:32 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_06_27) (#10070)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_06_27)
Upstream Velox's New Commits:
e92705ef0 by Dharan Aditya, refactor: Move Re2RegexpSplit to
functions/prestosql (from functions/lib) (#13865)
4f160caa5 by Jimmy Lu, fix: Do not crash when reading struct child larger
than number of top level row (#13894)
9ed0b7376 by aditi-pandit, fix: Use registerExtensions in dynamic function
examples (#13660)
8ffcf570c by Oliver Xu, feat(fuzzer): Add input generator and result
verifier for noisy_sum (#13837)
ca03d397c by Christian Zentgraf, misc: Move arrow logging include to avoid
potential macro errors (#13887)
e86f9ee34 by Oliver Xu, feat(noisy_sum): Implement noisy_sum_gaussian(col,
noise_scale) (#13701)
4f1c36361 by Peter Enescu, fix: Add random ids to fuzzer PlanNode id to
avoid fuzzing collisions (#13873)
c86150be0 by Deepak Majeti, docs: SEGFAULT due to dependency update blog
post (#13849)
a36b02c5c by zhli1142015, fix: Handle extreme float-point values in Spark
from_json by mapping the value to INF (#13378)
16bde0cd6 by Ke Jia, feat: Support exist function in HdfsFileSystem (#13813)
3c846786d by Yi Cheng Lee, refactor: Clean up unnecessary class abstraction
(#13878)
9864ecd8a by Yoav Helfman, refactor(buffer): Improving fillNewMemory tight
loop (#13883)
7af3ddb06 by Yi Cheng Lee, feat: Optimize getStringView (#13870)
e1ce99b35 by Luis Garcés-Erice, feat(cudf): Pushdown filter requirements
for cuDF Presto integration (#13797)
483cf622f by Xiaoxuan Meng, misc: Add dummy memory reclaimer for sys root
for the query ctx use case (#13885)
aad382dbe by Wei He, misc: Make PrestoQueryReplayRunner identify and skip
unsupported plans (#13859)
4a202a476 by Xiaoxuan Meng, misc: AIDN reconstruction udf result encode
zero copy optimization (#13841)
08b8357e6 by Xiaoxuan Meng, fix: Fix arbitrary streaming aggregation
optimization issue and reland (#13877)
Signed-off-by: glutenperfbot <[email protected]>
* fix testing memory pool change
Signed-off-by: Yuan <[email protected]>
* fix
Signed-off-by: Yuan <[email protected]>
---------
Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan <[email protected]>
---
cpp/velox/memory/VeloxMemoryManager.cc | 2 +-
ep/build-velox/src/get_velox.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpp/velox/memory/VeloxMemoryManager.cc
b/cpp/velox/memory/VeloxMemoryManager.cc
index b0e3a799b3..840f4ca795 100644
--- a/cpp/velox/memory/VeloxMemoryManager.cc
+++ b/cpp/velox/memory/VeloxMemoryManager.cc
@@ -405,7 +405,7 @@ bool VeloxMemoryManager::tryDestructSafe() {
int32_t spillPoolCount = 0;
int32_t cachePoolCount = 0;
int32_t tracePoolCount = 0;
-
veloxMemoryManager_->testingDefaultRoot().visitChildren([&](velox::memory::MemoryPool*
child) -> bool {
+
veloxMemoryManager_->deprecatedSysRootPool().visitChildren([&](velox::memory::MemoryPool*
child) -> bool {
if (child == veloxMemoryManager_->spillPool()) {
spillPoolCount++;
}
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 7c12a9795c..8537f7eda9 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_06_26
+VELOX_BRANCH=2025_06_27
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/oap-project/velox.git
-VELOX_ENHANCED_BRANCH=2025_06_24
+VELOX_ENHANCED_BRANCH=2025_06_27
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]