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 9752348d08 [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_08) 
(#10139)
9752348d08 is described below

commit 9752348d08d40963e5f9c898d6394274a4cc30ee
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Tue Jul 8 21:35:39 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_08) (#10139)
    
    * [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_08)
    
    Upstream Velox's New Commits:
    dbad8107c by Ke Wang, refactor: Prepare the writeCellValue to be recursive 
for TextWriter (#14030)
    edd5d93f9 by Natasha Sehgal, fix: tdigest_agg Window Fuzzer Test (#13945)
    e1920b0ab by zhli1142015, feat: Add Spark base64 function (#13238)
    b80218e7d by Oliver Xu, docs: Enhance documentation of noisy functions 
(#14007)
    ed764fbff by Kevin Wilfong, fix(vector)!: Ignore size parameter for 
FlatVector::mutableValues (#14012)
    7612ebaea by Patrick Sullivan, feat: Implement ST_Polygon function (#13624)
    0d3f0682e by Manikanta Loya, fix(typeparser): Handle presence of special 
characters in quoted string names (#13998)
    39f463f70 by Amit Dutta, refactor: Remove backward compatible code in 
PlanNode (#14020)
    cba743a39 by Masha Basmanova, fix: Variant::hash and 
BaseVector::hashValueAt for arrays and maps (#14019)
    
    Signed-off-by: glutenperfbot <[email protected]>
    
    * [VL] ignore failed unit 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]>
---
 ep/build-velox/src/get_velox.sh                                         | 2 +-
 .../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 3412157776..758556fd01 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=2025_07_07
+VELOX_BRANCH=2025_07_08
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/oap-project/velox.git
diff --git 
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 718682cfcc..960dcf61cf 100644
--- 
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -427,6 +427,7 @@ class VeloxTestSettings extends BackendTestSettings {
     .exclude("Support Parquet column index")
     .exclude("SPARK-34562: Bloom filter push down")
     .exclude("SPARK-16371 Do not push down filters when inner name and outer 
name are the same")
+    .exclude("SPARK-38825: in and notIn filters")
   enableSuite[GlutenParquetV2FilterSuite]
     // Rewrite.
     .exclude("SPARK-23852: Broken Parquet push-down for partially-written 
stats")
@@ -444,6 +445,7 @@ class VeloxTestSettings extends BackendTestSettings {
     .exclude("Support Parquet column index")
     .exclude("SPARK-34562: Bloom filter push down")
     .exclude("SPARK-16371 Do not push down filters when inner name and outer 
name are the same")
+    .exclude("SPARK-38825: in and notIn filters")
   enableSuite[GlutenParquetInteroperabilitySuite]
     .exclude("parquet timestamp conversion")
   enableSuite[GlutenParquetIOSuite]


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

Reply via email to