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

marong 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 84e56ff040 [VL] Hot Fix CI failure (#11165)
84e56ff040 is described below

commit 84e56ff0407041d92aa564d89cb8b378069ed44f
Author: Rong Ma <[email protected]>
AuthorDate: Mon Nov 24 11:40:26 2025 +0000

    [VL] Hot Fix CI failure (#11165)
---
 .../src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala
 
b/backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala
index c87ab2fe24..3006488145 100644
--- 
a/backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala
+++ 
b/backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala
@@ -1900,7 +1900,7 @@ class MiscOperatorSuite extends 
VeloxWholeStageTransformerSuite with AdaptiveSpa
         .toDF("json_field")
         .createOrReplaceTempView("json_tuple_test")
       runQueryAndCompare("SELECT json_tuple(json_field, 'a.b') from 
json_tuple_test") {
-        checkGlutenOperatorMatch[GenerateExecTransformer]
+        checkGlutenPlan[GenerateExecTransformer]
       }
     }
 


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

Reply via email to