This is an automated email from the ASF dual-hosted git repository.

marong 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 e01342aa9f [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_24) 
(#7662)
e01342aa9f is described below

commit e01342aa9fa251e9df356134dd82d77b8e41a9a2
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Thu Oct 24 11:51:15 2024 +0800

    [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_24) (#7662)
    
    02235dde2 by Yenda Li, Register (VARCHAR, INTEGER) to trail (11327)
    4200ee0d3 by Yenda Li, Add helper test function to created nested array of 
rows (11307)
    20845dd95 by lingbin, Use nested namespce definition in "/vector" directory 
(11147)
    9edc384a2 by rexan, Fix Typo problem for LastDayFunction (11130)
    5d8823f37 by Xiaoxuan Meng, Add shutdown support memory arbitrator (11325)
    2661238f7 by Yenda Li, Add replaceFirst function (11288)
    687a02833 by Pedro Eugenio Rocha Pedreira, fix: HiveColumnHandle 
serialization of special columns (11172)
    f8397bce3 by Orri Erling, Add run time compilation (11225)
    53a1374a2 by Xiaoxuan Meng, Clear join filter related cached buffers when 
hash probe spill finish (11319)
---
 cpp/velox/memory/VeloxMemoryManager.cc | 2 ++
 ep/build-velox/src/get_velox.sh        | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/cpp/velox/memory/VeloxMemoryManager.cc 
b/cpp/velox/memory/VeloxMemoryManager.cc
index 03a7c64fba..2165f79b51 100644
--- a/cpp/velox/memory/VeloxMemoryManager.cc
+++ b/cpp/velox/memory/VeloxMemoryManager.cc
@@ -79,6 +79,8 @@ class ListenableArbitrator : public 
velox::memory::MemoryArbitrator {
     return kind_;
   }
 
+  void shutdown() override {}
+
   void addPool(const std::shared_ptr<velox::memory::MemoryPool>& pool) 
override {
     VELOX_CHECK_EQ(pool->capacity(), 0);
 
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 77f77a74de..87d425b5d0 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_10_23
+VELOX_BRANCH=2024_10_24
 VELOX_HOME=""
 
 OS=`uname -s`


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to