This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 07068a841 [KYUUBI #6095] Enable PaimonTest for Spark 3.5
07068a841 is described below
commit 07068a84163addbae82fc550dd976baffb964cf5
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Feb 27 16:12:54 2024 +0800
[KYUUBI #6095] Enable PaimonTest for Spark 3.5
# :mag: Description
## Issue References ๐
This pull request enables PaimonTest for Spark 3.5
## Describe Your Solution ๐ง
As Paimon 0.7.0 already brings support for Spark 3.5, we should enable
PaimonTest for Spark 3.5.
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
Pass GA.
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6095 from pan3793/paimon-spark-3.5.
Closes #6095
f55801b7f [Cheng Pan] Enable PaimonTest for Spark 3.5
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.../spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala | 3 +--
pom.xml | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git
a/extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
b/extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
index 1ea039ec1..7584a6367 100644
---
a/extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
+++
b/extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/PaimonCatalogRangerSparkExtensionSuite.scala
@@ -21,7 +21,6 @@ import org.scalatest.Outcome
import org.apache.kyuubi.Utils
import org.apache.kyuubi.plugin.spark.authz.AccessControlException
import org.apache.kyuubi.plugin.spark.authz.RangerTestUsers._
-import org.apache.kyuubi.plugin.spark.authz.util.AuthZUtils._
import org.apache.kyuubi.tags.PaimonTest
import org.apache.kyuubi.util.AssertionUtils._
@@ -31,7 +30,7 @@ import org.apache.kyuubi.util.AssertionUtils._
@PaimonTest
class PaimonCatalogRangerSparkExtensionSuite extends RangerSparkExtensionSuite
{
override protected val catalogImpl: String = "hive"
- private def isSupportedVersion = !isSparkV35OrGreater
+ private def isSupportedVersion = true
val catalogV2 = "paimon_catalog"
val namespace1 = "paimon_ns"
diff --git a/pom.xml b/pom.xml
index a59c0f124..7aedfaac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2308,7 +2308,7 @@
<hudi.spark.binary.version>3.4</hudi.spark.binary.version>
<spark.version>3.5.0</spark.version>
<spark.binary.version>3.5</spark.binary.version>
-
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.PySparkTest,org.apache.kyuubi.tags.PaimonTest</maven.plugin.scalatest.exclude.tags>
+
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.PySparkTest</maven.plugin.scalatest.exclude.tags>
</properties>
</profile>