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

philo-he 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 1e30cbde4e [MINOR][VL] Re-enable the weekday test in 
VeloxStringFunctionsSuite (#12688)
1e30cbde4e is described below

commit 1e30cbde4e3dadb21e8cf87b67d492205c1b42fd
Author: Kaifei Yi <[email protected]>
AuthorDate: Thu Aug 6 02:21:55 2026 +0800

    [MINOR][VL] Re-enable the weekday test in VeloxStringFunctionsSuite (#12688)
---
 .../scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala
 
b/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala
index 687315de46..22d3540bc0 100644
--- 
a/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala
+++ 
b/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala
@@ -119,7 +119,7 @@ class VeloxStringFunctionsSuite extends 
VeloxWholeStageTransformerSuite {
         s"from $LINEITEM_TABLE limit 
$LENGTH")(checkGlutenPlan[ProjectExecTransformer])
   }
 
-  ignore("weekday") { // todo: result mismatched
+  test("weekday") {
     runQueryAndCompare(
       s"select l_orderkey, l_shipdate, weekday(l_shipdate) " +
         s"from $LINEITEM_TABLE limit 
$LENGTH")(checkGlutenPlan[ProjectExecTransformer])


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

Reply via email to