This is an automated email from the ASF dual-hosted git repository.
zhli 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 5574938a6 [GLUTEN-5341][VL] Enable UT of GlutenExpressionMappingSuite
(#5423)
5574938a6 is described below
commit 5574938a6286e51ddfda30919422566524b14e1a
Author: 高阳阳 <[email protected]>
AuthorDate: Wed Apr 17 19:55:34 2024 +0800
[GLUTEN-5341][VL] Enable UT of GlutenExpressionMappingSuite (#5423)
[GLUTEN-5341][VL] Enable UT of GlutenExpressionMappingSuite.
---
gluten-ut/test/pom.xml | 2 +-
.../apache/gluten/expressions/GlutenExpressionMappingSuite.scala | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/gluten-ut/test/pom.xml b/gluten-ut/test/pom.xml
index 7e0904120..d55e6ca91 100644
--- a/gluten-ut/test/pom.xml
+++ b/gluten-ut/test/pom.xml
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-column</artifactId>
- <version>1.12.3</version>
+ <version>1.13.1</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
diff --git
a/gluten-ut/test/src/test/scala/org/apache/gluten/expressions/GlutenExpressionMappingSuite.scala
b/gluten-ut/test/src/test/scala/org/apache/gluten/expressions/GlutenExpressionMappingSuite.scala
index 80950e537..18f2baf6a 100644
---
a/gluten-ut/test/src/test/scala/org/apache/gluten/expressions/GlutenExpressionMappingSuite.scala
+++
b/gluten-ut/test/src/test/scala/org/apache/gluten/expressions/GlutenExpressionMappingSuite.scala
@@ -48,8 +48,7 @@ class GlutenExpressionMappingSuite
conf
}
- // Disable for Spark3.5.
- testWithSpecifiedSparkVersion("test expression blacklist", Some("3.2"),
Some("3.4")) {
+ testWithSpecifiedSparkVersion("test expression blacklist", Some("3.2")) {
val names = ExpressionMappings.expressionsMap.values.toSet
assert(names.contains("regexp_replace"))
assert(names.contains("regexp_extract"))
@@ -70,8 +69,7 @@ class GlutenExpressionMappingSuite
}
}
- // Disable for Spark3.5.
- testWithSpecifiedSparkVersion("test blacklisting regexp expressions",
Some("3.2"), Some("3.4")) {
+ testWithSpecifiedSparkVersion("test blacklisting regexp expressions",
Some("3.2")) {
val names = ExpressionMappings.expressionsMap.values.toSet
assert(names.contains("rlike"))
assert(names.contains("regexp_replace"))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]