Skip to content

Commit

Permalink
[KYUUBI #6096] Enable PySpark tests for Spark 3.5
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

As title

## Describe Your Solution 🔧

As title

## Types of changes 🔖

- [ ] 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 #6096 from pan3793/spark-3.5-pyspark.

Closes #6096

49229f7 [Cheng Pan] Enable PySpark tests for Spark 3.5

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
pan3793 committed Feb 27, 2024
1 parent 07068a8 commit c6962be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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</maven.plugin.scalatest.exclude.tags>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
</properties>
</profile>

Expand Down

0 comments on commit c6962be

Please sign in to comment.