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 aab8c18c9 [KYUUBI #6092] Enable DeltaTest for Spark 3.5
aab8c18c9 is described below
commit aab8c18c93d7ac8f4555244e8caeb30726d2fe0e
Author: zml1206 <[email protected]>
AuthorDate: Tue Feb 27 14:32:08 2024 +0800
[KYUUBI #6092] Enable DeltaTest for Spark 3.5
# :mag: Description
## Issue References ๐
This pull request fixes #6092
## Describe Your Solution ๐ง
## 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 ๐งช
#### Behavior Without This Pull Request :coffin:
Don't run `DeltaTest` for Spark 3.5
#### Behavior With This Pull Request :tada:
Run `DeltaTest` for Spark 3.5
#### Related Unit Tests
---
# 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 #6093 from zml1206/KYUUBI-6092.
Closes #6092
623025ad3 [zml1206] Support DeltaTest for Spark 3.5
Authored-by: zml1206 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4eb6fc30d..a59c0f124 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.DeltaTest,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,org.apache.kyuubi.tags.PaimonTest</maven.plugin.scalatest.exclude.tags>
</properties>
</profile>