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

changchen 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 d89bf8ac78 [GLUTEN-11088][VL] Remove excluded tests in 
VeloxTestSettings following Velox upgrade (#11359)
d89bf8ac78 is described below

commit d89bf8ac782afbba0f7d469061004834d47b92d9
Author: Chang chen <[email protected]>
AuthorDate: Mon Jan 5 17:39:41 2026 +0800

    [GLUTEN-11088][VL] Remove excluded tests in VeloxTestSettings following 
Velox upgrade (#11359)
    
    * [Refactor] Move GlutenSQLQueryTestSuite.scala to `org.apache.spark.sql` 
for consistency
    
    * [Fix] Remove excluded tests related to Spark 4.0 in VeloxTestSettings 
following the Velox upgrade.
---
 .../org/apache/gluten/utils/velox/VeloxTestSettings.scala      | 10 ----------
 .../org/apache/spark/{ => sql}/GlutenSQLQueryTestSuite.scala   |  0
 2 files changed, 10 deletions(-)

diff --git 
a/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index c33a4027e0..d1c66e66d9 100644
--- 
a/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -440,8 +440,6 @@ class VeloxTestSettings extends BackendTestSettings {
     .exclude("SPARK-16371 Do not push down filters when inner name and outer 
name are the same")
     .exclude("filter pushdown - StringPredicate")
     .exclude("SPARK-38825: in and notIn filters")
-    // TODO: fix in Spark-4.0
-    .exclude("SPARK-47120: subquery literal filter pushdown")
   enableSuite[GlutenParquetV2FilterSuite]
     // Rewrite.
     .exclude("SPARK-23852: Broken Parquet push-down for partially-written 
stats")
@@ -460,8 +458,6 @@ class VeloxTestSettings extends BackendTestSettings {
     .exclude("SPARK-16371 Do not push down filters when inner name and outer 
name are the same")
     .exclude("filter pushdown - StringPredicate")
     .exclude("SPARK-38825: in and notIn filters")
-    // TODO: fix in Spark-4.0
-    .exclude("SPARK-47120: subquery literal filter pushdown")
   enableSuite[GlutenParquetInteroperabilitySuite]
     .exclude("parquet timestamp conversion")
   enableSuite[GlutenParquetIOSuite]
@@ -565,13 +561,7 @@ class VeloxTestSettings extends BackendTestSettings {
   enableSuite[GlutenVectorizedOrcReadSchemaSuite]
   enableSuite[GlutenMergedOrcReadSchemaSuite]
   enableSuite[GlutenParquetReadSchemaSuite]
-    // TODO: fix in Spark-4.0
-    .exclude("read float and double together")
-    .exclude("change column type from float to double")
   enableSuite[GlutenVectorizedParquetReadSchemaSuite]
-    // TODO: fix in Spark-4.0
-    .exclude("read float and double together")
-    .exclude("change column type from float to double")
   enableSuite[GlutenMergedParquetReadSchemaSuite]
   enableSuite[GlutenParquetCodecSuite]
   enableSuite[GlutenV1WriteCommandSuite]
diff --git 
a/gluten-ut/spark40/src/test/scala/org/apache/spark/GlutenSQLQueryTestSuite.scala
 
b/gluten-ut/spark40/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala
similarity index 100%
rename from 
gluten-ut/spark40/src/test/scala/org/apache/spark/GlutenSQLQueryTestSuite.scala
rename to 
gluten-ut/spark40/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala


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

Reply via email to