This is an automated email from the ASF dual-hosted git repository.
kejia 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 ed4d814086 [GLUTEN-6887][VL] Daily Update Velox Version (2024_09_23)
(#7309)
ed4d814086 is described below
commit ed4d8140860580d39e35d9deb0f0194fa622f3e2
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Sep 23 11:58:59 2024 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (2024_09_23) (#7309)
---
cpp/velox/memory/VeloxMemoryManager.cc | 4 ++--
cpp/velox/substrait/SubstraitToVeloxPlan.cc | 2 +-
ep/build-velox/src/get_velox.sh | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cpp/velox/memory/VeloxMemoryManager.cc
b/cpp/velox/memory/VeloxMemoryManager.cc
index cea3f99bbd..cc1419e85b 100644
--- a/cpp/velox/memory/VeloxMemoryManager.cc
+++ b/cpp/velox/memory/VeloxMemoryManager.cc
@@ -101,7 +101,7 @@ class ListenableArbitrator : public
velox::memory::MemoryArbitrator {
velox::memory::MemoryPool* candidate;
{
std::unique_lock guard{mutex_};
- VELOX_CHECK_EQ(candidates_.size(), 1, "ListenableArbitrator should only
be used within a single root pool")
+ VELOX_CHECK_EQ(candidates_.size(), 1, "ListenableArbitrator should only
be used within a single root pool");
candidate = candidates_.begin()->first;
}
VELOX_CHECK(pool->root() == candidate, "Illegal state in
ListenableArbitrator");
@@ -116,7 +116,7 @@ class ListenableArbitrator : public
velox::memory::MemoryArbitrator {
velox::memory::MemoryPool* pool;
{
std::unique_lock guard{mutex_};
- VELOX_CHECK_EQ(candidates_.size(), 1, "ListenableArbitrator should only
be used within a single root pool")
+ VELOX_CHECK_EQ(candidates_.size(), 1, "ListenableArbitrator should only
be used within a single root pool");
pool = candidates_.begin()->first;
}
pool->reclaim(targetBytes, 0, status); // ignore the output
diff --git a/cpp/velox/substrait/SubstraitToVeloxPlan.cc
b/cpp/velox/substrait/SubstraitToVeloxPlan.cc
index 71dcd4b504..44a8ff7c1e 100644
--- a/cpp/velox/substrait/SubstraitToVeloxPlan.cc
+++ b/cpp/velox/substrait/SubstraitToVeloxPlan.cc
@@ -2477,7 +2477,7 @@ core::TypedExprPtr
SubstraitToVeloxPlanConverter::connectWithAnd(
allFilters.emplace_back(filter);
}
}
- VELOX_CHECK_GT(allFilters.size(), 0, "One filter should be valid.")
+ VELOX_CHECK_GT(allFilters.size(), 0, "One filter should be valid.");
core::TypedExprPtr andFilter = allFilters[0];
for (auto i = 1; i < allFilters.size(); i++) {
andFilter = connectWithAnd(andFilter, allFilters[i]);
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 224a423421..2a45354801 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_09_19
+VELOX_BRANCH=2024_09_23
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]