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

rui 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 c72fecca37 [GLUTEN-10175][VL] Enable test 'function current_timestamp 
and now' (#10456)
c72fecca37 is described below

commit c72fecca371f6f7e66eeaceb354c0fdefc376dd5
Author: Rui Mo <[email protected]>
AuthorDate: Fri Aug 15 19:39:43 2025 +0100

    [GLUTEN-10175][VL] Enable test 'function current_timestamp and now' (#10456)
---
 .../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala    | 2 --
 .../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala    | 2 --
 2 files changed, 4 deletions(-)

diff --git 
a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 87262a36d9..d027e49f44 100644
--- 
a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -795,8 +795,6 @@ class VeloxTestSettings extends BackendTestSettings {
     // Legacy mode is not supported and velox getTimestamp function does not 
throw
     // exception when format is "yyyy-dd-aa".
     .exclude("function to_date")
-    // https://github.com/apache/incubator-gluten/issues/10175
-    .exclude("function current_timestamp and now")
   enableSuite[GlutenDeprecatedAPISuite]
   enableSuite[GlutenDynamicPartitionPruningV1SuiteAEOff]
   enableSuite[GlutenDynamicPartitionPruningV1SuiteAEOn]
diff --git 
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index dedc9fd2f5..111f3fc912 100644
--- 
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -818,8 +818,6 @@ class VeloxTestSettings extends BackendTestSettings {
     // Legacy mode is not supported and velox getTimestamp function does not 
throw
     // exception when format is "yyyy-dd-aa".
     .exclude("function to_date")
-    // https://github.com/apache/incubator-gluten/issues/10175
-    .exclude("function current_timestamp and now")
   enableSuite[GlutenDeprecatedAPISuite]
   enableSuite[GlutenDynamicPartitionPruningV1SuiteAEOff]
   enableSuite[GlutenDynamicPartitionPruningV1SuiteAEOn]


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

Reply via email to