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

philo 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 f0a10aa2a [VL] Enable a Spark test for window row frame with constant 
preceding/following (#3887)
f0a10aa2a is described below

commit f0a10aa2a9f5d56c0afacdefc8d3c2ef6368c25f
Author: PHILO-HE <[email protected]>
AuthorDate: Wed Mar 27 20:05:58 2024 +0800

    [VL] Enable a Spark test for window row frame with constant 
preceding/following (#3887)
---
 .../src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala  | 1 -
 .../src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala  | 1 -
 .../src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala  | 1 -
 3 files changed, 3 deletions(-)

diff --git 
a/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
index 2d92c5ca2..d7c82cd54 100644
--- 
a/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
@@ -289,7 +289,6 @@ class VeloxTestSettings extends BackendTestSettings {
     .exclude("unbounded preceding/following range between with aggregation")
     .exclude("sliding range between with aggregation")
     .exclude("store and retrieve column stats in different time zones")
-    .exclude("rows between should accept int/long values as boundary")
   enableSuite[GlutenColumnExpressionSuite]
   enableSuite[GlutenDataFrameImplicitsSuite]
   enableSuite[GlutenGeneratorFunctionSuite]
diff --git 
a/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
index dd14a604b..f4010fc7f 100644
--- 
a/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
@@ -1004,7 +1004,6 @@ class VeloxTestSettings extends BackendTestSettings {
     .exclude("unbounded preceding/following range between with aggregation")
     .exclude("sliding range between with aggregation")
     .exclude("store and retrieve column stats in different time zones")
-    .exclude("rows between should accept int/long values as boundary")
   enableSuite[GlutenDataFrameWriterV2Suite]
   enableSuite[GlutenDatasetAggregatorSuite]
   enableSuite[GlutenDatasetCacheSuite]
diff --git 
a/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
 
b/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
index d2555007b..852ba27f2 100644
--- 
a/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
+++ 
b/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
@@ -1007,7 +1007,6 @@ class VeloxTestSettings extends BackendTestSettings {
     .exclude("unbounded preceding/following range between with aggregation")
     .exclude("sliding range between with aggregation")
     .exclude("store and retrieve column stats in different time zones")
-    .exclude("rows between should accept int/long values as boundary")
   enableSuite[GlutenDataFrameWriterV2Suite]
   enableSuite[GlutenDatasetAggregatorSuite]
   enableSuite[GlutenDatasetCacheSuite]


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

Reply via email to