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 7261db13ce [GLUTEN-6887][VL] Daily Update Velox Version (2025_03_31)
(#9175)
7261db13ce is described below
commit 7261db13ce6957d9bb3e4198b58a2ff27fd93bd9
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Mar 31 15:45:56 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_03_31) (#9175)
Upstream Velox's New Commits:
96c011d93 by iamorchidfix: Re-use output across probe rows for
NestedLoopJoin (12519)
618f68ee2 by Xiaoxuan Meng, misc: Add stats to help scale writer scheduling
delay debug at worker side (12847)
02a0c8b0f by Xiaoxuan Meng, feat: Index join lookup constant filter
condition support for ss connector (12839)
3ba57f1d6 by peterenescu, fix(fuzzer): Wrap is null call to remove query
ambiguity (12820)
1e21667a0 by Orri Erling, refactor: Allow specializing projectNode
description (12833)
afab7f14b by Rong Ma, feat(s3): Add config to support registering custom
AWSCredentialsProvider (12774)
07385b07b by Heidi Han, feat: Implement array_max_by and array_min_by in
Velox (12652)
c77b0a964 by duanmeng, feat: Add function prefix flags in TraceReplayRunner
(12838)
ec82fbd9a by Sutou Kouhei, build: Remove redundant `CACHE` for
`FetchContent` (12751)
eec47204d by rwang22, fix: Print CMAKE_CXX_FLAGS at the final stage in
CMakeLists.txt (12728)
803fcd75e by Bikramjeet Vig, fix(json): Ensure json_array_get always
canonicalizes the output (12814)
9e0ec067f by NEUpanning, fix(function): Support Spark legacy behavior for
central moments functions (12566)
208ebefff by Bikramjeet Vig, fix(json): Improve json extract performance
for large jsons (12796)
1837caf53 by Patrick Sullivan, feat: Implement BingTile(quadkey) function
(12821)
4f30344c6 by Jialiang Tan, feat: Expose memory pool alloc tracking to
external API (12757)
* fix table write metrics name
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/compute/WholeStageResultIterator.cc | 2 +-
cpp/velox/memory/VeloxMemoryManager.cc | 1 -
ep/build-velox/src/get_velox.sh | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/cpp/velox/compute/WholeStageResultIterator.cc
b/cpp/velox/compute/WholeStageResultIterator.cc
index bd51da7416..4c3e6cb622 100644
--- a/cpp/velox/compute/WholeStageResultIterator.cc
+++ b/cpp/velox/compute/WholeStageResultIterator.cc
@@ -46,7 +46,7 @@ const std::string kLocalReadBytes = "localReadBytes";
const std::string kRamReadBytes = "ramReadBytes";
const std::string kPreloadSplits = "readyPreloadedSplits";
const std::string kNumWrittenFiles = "numWrittenFiles";
-const std::string kWriteIOTime = "writeIOTime";
+const std::string kWriteIOTime = "writeIOWallNanos";
// others
const std::string kHiveDefaultPartition = "__HIVE_DEFAULT_PARTITION__";
diff --git a/cpp/velox/memory/VeloxMemoryManager.cc
b/cpp/velox/memory/VeloxMemoryManager.cc
index 3aeb50e451..d5677e73e6 100644
--- a/cpp/velox/memory/VeloxMemoryManager.cc
+++ b/cpp/velox/memory/VeloxMemoryManager.cc
@@ -227,7 +227,6 @@ VeloxMemoryManager::VeloxMemoryManager(
.alignment = velox::memory::MemoryAllocator::kMaxAlignment,
.trackDefaultUsage = true, // memory usage tracking
.checkUsageLeak = true, // leak check
- .debugEnabled = false, // debug
.coreOnAllocationFailureEnabled = false,
.allocatorCapacity = velox::memory::kMaxMemory,
.arbitratorKind = afr.getKind(),
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 2f3a9fa6cc..3120f25904 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=2025_03_29
+VELOX_BRANCH=2025_03_31
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]