Skip to content

Commit

Permalink
[KYUUBI #6083] Bump Spark 3.3.3 to 3.3.4
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

This pull request fixes #

close #6083

## Describe Your Solution 🔧

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## 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 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6087 from lsm1/branch-kyuubi-6083.

Closes #6083

60e9945 [senmiaoliu] bump spark 3.3.4

Authored-by: senmiaoliu <senmiaoliu@trip.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
lsm1 authored and pan3793 committed Feb 26, 2024
1 parent 0689b37 commit 2f03c94
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 @@ -2275,7 +2275,7 @@
<properties>
<delta.version>2.3.0</delta.version>
<delta.artifact>delta-core</delta.artifact>
<spark.version>3.3.3</spark.version>
<spark.version>3.3.4</spark.version>
<spark.binary.version>3.3</spark.binary.version>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
</properties>
Expand Down

0 comments on commit 2f03c94

Please sign in to comment.