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 cd42f5c3df [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_21) 
(#10762)
cd42f5c3df is described below

commit cd42f5c3df03154e7f7fe1acfdd7a6f6a96f8291
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Sun Sep 21 20:03:33 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_21) (#10762)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_21)
    
    Upstream Velox's New Commits:
    d8a7a5e09 by rexan, fix(hdfs): Nullify hdfsFile_ before checking success 
status (#14666)
    a029fcf96 by Kk Pulla, test: Expand test coverage of public APIs for all 
types in ConstantTypedExpr (#14912)
    7d33a6a21 by Ke Jia, feat(hdfs): Add close() API to disconnect the hdfs 
connection (#14665)
    d96c65526 by Gregory Kimball, docs(cuDF): First draft of readme (#14752)
    6ca627266 by Zhen Li, misc: Remove doy alias for Spark dayofyear function 
(#14898)
    fe2cc175a by Huameng (Michael) Jiang, fix(misc): Slightly improve row size 
tracking query config documentation (#14904)
    
    Signed-off-by: glutenperfbot <[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/compute/WholeStageResultIterator.cc | 1 -
 ep/build-velox/src/get_velox.sh               | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/cpp/velox/compute/WholeStageResultIterator.cc 
b/cpp/velox/compute/WholeStageResultIterator.cc
index b70676a62e..323231b4fa 100644
--- a/cpp/velox/compute/WholeStageResultIterator.cc
+++ b/cpp/velox/compute/WholeStageResultIterator.cc
@@ -653,7 +653,6 @@ std::shared_ptr<velox::config::ConfigBase> 
WholeStageResultIterator::createConne
       std::to_string(veloxCfg_->get<int32_t>(kMaxPartitions, 10000));
   configs[velox::connector::hive::HiveConfig::kIgnoreMissingFilesSession] =
       std::to_string(veloxCfg_->get<bool>(kIgnoreMissingFiles, false));
-  
configs[velox::connector::hive::HiveConfig::kEnableRequestedTypeCheckSession] = 
"false";
   return std::make_shared<velox::config::ConfigBase>(std::move(configs));
 }
 
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 5e277a1879..c698d90bdf 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_09_18
+VELOX_BRANCH=2025_09_21
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_09_18
+VELOX_ENHANCED_BRANCH=ibm-2025_09_21
 ENABLE_ENHANCED_FEATURES=OFF
 
 # Developer use only for testing Velox PR.


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

Reply via email to