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

zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ceafb32a2 [GLUTEN-6887][VL] Daily Update Velox Version (2026_09_04) 
(#12968)
3ceafb32a2 is described below

commit 3ceafb32a21cd02b87a763c27f250fff708f02a3
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Sat Sep 5 14:27:14 2026 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2026_09_04) (#12968)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_09_04)
    
    Upstream Velox's New Commits:
    253b5ea60 by PRASHANT GOLASH, perf(nimble): Collect string min/max in a 
single pass (#18760)
    f23b2a1f0 by zhichenxu-meta, fix(rpc): Correct the low-water report and the 
BATCH AIMD recovery unit (#18582)
    e3a04892c by dependabot[bot], build(deps): Bump browserslist from 4.28.2 to 
4.28.8 in /website
    8e831bc10 by Krishnakanth, feat(core): Allow UnnestNode to skip unused 
output columns (#18214)
    28868220e by Krishnakanth, feat(core): Allow UnnestNode to skip unused 
output columns
    a6b9f7754 by emilysun201309, feat: Add Spark-dialect map_from_arrays to 
Velox (#18630)
    e17810fe5 by Maria Basmanova, fix(datetime): Stop truncating intervals over 
24 days
    e3674cebb by macduan, fix(nimble): Resolve EncodingFactory({}) ambiguity in 
Fsst test
    ec9e0b462 by Naveen Mahadevuni, fix(iceberg): Do not read timestamp default 
values as localtime
    e5b51342a by Joe Abraham, feat(exec): Enforce NOT NULL constraints on table 
writes
    07103eea6 by Xiaoxuan, fix(nimble): Avoid nested parallel decode deadlock 
(#18796)
    231d16aa6 by Natasha Sehgal, feat: Add no-op runtime stat writer (#18773)
    7987835be by Rui Mo, fix: Avoid null dereference in Parquet 
StructColumnReader
    
    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/substrait/SubstraitToVeloxPlan.cc | 3 ++-
 ep/build-velox/src/get-velox.sh             | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/cpp/velox/substrait/SubstraitToVeloxPlan.cc 
b/cpp/velox/substrait/SubstraitToVeloxPlan.cc
index d4fa9f3c49..ce9de452fb 100644
--- a/cpp/velox/substrait/SubstraitToVeloxPlan.cc
+++ b/cpp/velox/substrait/SubstraitToVeloxPlan.cc
@@ -904,7 +904,8 @@ core::PlanNodePtr 
SubstraitToVeloxPlanConverter::toVeloxPlan(const ::substrait::
           makeLocationHandle(writePath, fileName, fileFormat, compressionKind, 
bucketProperty != nullptr),
           writerOptions,
           fileFormat,
-          compressionKind));
+          compressionKind),
+      folly::F14FastSet<std::string>{});
   return std::make_shared<core::TableWriteNode>(
       nextPlanNodeId(),
       inputType,
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index e6f185b841..c774c2e9ec 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
 
 CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
 VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2026_09_03
-VELOX_ENHANCED_BRANCH=ibm-2026_09_03
+VELOX_BRANCH=dft-2026_09_04
+VELOX_ENHANCED_BRANCH=ibm-2026_09_04
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 ENABLE_ENHANCED_FEATURES=OFF


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

Reply via email to