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 0dd9441653 [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_09) 
(#10395)
0dd9441653 is described below

commit 0dd944165341ee9167fa461b213c37d57ef02e02
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Sun Aug 10 11:58:43 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_09) (#10395)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (2025_08_09)
    
    Upstream Velox's New Commits:
    056ace78d by zml1206, feat: Add Spark timestampadd function (#14304)
    ec84d2e51 by NEUpanning, feat(function): Add fast path for Spark split 
function (#14291)
    93b9f0ce7 by Rui Mo, fix: Unloaded lazy vector in duplicate field project 
(#13895)
    1c8b5546f by Yuan, feat(build): Allow to build arm with common flags 
(#14366)
    438ada687 by Bowen Wu, feat(wave): Create wave nimble reader fuzzer (#14363)
    c763b0fa8 by Bowen Wu, fix(wave): Fix issues discovered by the nimble 
reader fuzzer (#14364)
    bd20312e0 by Bowen Wu, feat(wave): Optimize non-filter columns decoding 
(#14362)
    61c373047 by Bowen Wu, feat(wave): Support filters in wave Nimble reader 
(#14361)
    b78a0cf62 by Xiaoxuan Meng, feat: Add match column for the left index 
lookup join (#14373)
    ab1f542d5 by Patrick Sullivan, feat: Implement flatten_geometry_collections 
(#14230)
    04f0851c9 by Patrick Sullivan, feat: Implement ST_InteriorRings and 
ST_Geometries (#14229)
    794203a50 by Kevin Wilfong, feat: Support FlatMapVector in DWRF 
FlatMapColumnWriter (#13943)
    62b249f91 by Huameng (Michael) Jiang, fix(dwio): Fix encoding handling in 
scan spec fallback filtering (#14371)
    348b68004 by Eric Jia, feat: Add applyingRemainingFilter logic inside 
TableEvolutionFuzzer (#14314)
    668975934 by Wei He, feat(runner): Support root plan fragment ending with 
PartitionedOutput (#14257)
    5e5ba22f3 by Wei He, fix: Fix comments in PrestoQueryReplayRunner (#14372)
    1edd56645 by Jacob Wujciak-Jens, misc: Update Email (#14344)
    d901a5087 by Patrick Sullivan, feat: Implement line_locate_point, 
line_interpolate_point (#14163)
    1f4b88cf0 by Kk Pulla, feat: Add hive config option to enable preserving 
flatmap encoding (#14264)
    
    Signed-off-by: glutenperfbot <[email protected]>
    
    * fix test
    
    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/tests/Substrait2VeloxPlanConversionTest.cc | 2 +-
 ep/build-velox/src/get_velox.sh                      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc 
b/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc
index 1ce7c26109..f1f6ef3865 100644
--- a/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc
+++ b/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc
@@ -265,7 +265,7 @@ TEST_F(Substrait2VeloxPlanConversionTest, ifthenTest) {
   // Convert to Velox PlanNode.
   auto planNode = planConverter_->toVeloxPlan(substraitPlan, 
std::vector<::substrait::ReadRel_LocalFiles>{split});
   ASSERT_EQ(
-      "-- Project[1][expressions: ] -> \n  -- TableScan[0][table: hive_table, 
remaining filter: 
(and(and(and(and(isnotnull(\"hd_vehicle_count\"),or(equalto(\"hd_buy_potential\",>10000),equalto(\"hd_buy_potential\",unknown))),greaterthan(\"hd_vehicle_count\",0)),if(greaterthan(\"hd_vehicle_count\",0),greaterthan(divide(cast(\"hd_dep_count\"
 as DOUBLE),cast \"hd_vehicle_count\" as 
DOUBLE),1.2))),isnotnull(\"hd_demo_sk\"))), data columns: 
ROW<hd_demo_sk:BIGINT,hd_buy_potential:VARCHAR,hd_de [...]
+      "-- Project[1][expressions: ] -> \n  -- TableScan[0][table: hive_table, 
remaining filter: 
(and(and(and(and(isnotnull(\"hd_vehicle_count\"),or(equalto(\"hd_buy_potential\",>10000),equalto(\"hd_buy_potential\",unknown))),greaterthan(\"hd_vehicle_count\",0)),if(greaterthan(\"hd_vehicle_count\",0),greaterthan(divide(cast(\"hd_dep_count\"
 as DOUBLE),cast(\"hd_vehicle_count\" as 
DOUBLE)),1.2))),isnotnull(\"hd_demo_sk\"))), data columns: 
ROW<hd_demo_sk:BIGINT,hd_buy_potential:VARCHAR,hd_d [...]
       planNode->toString(true, true));
 }
 
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 25d54fb9a5..8a8d99f691 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_08_08
+VELOX_BRANCH=2025_08_09
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_08_08
+VELOX_ENHANCED_BRANCH=ibm-2025_08_09
 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