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 2f03c9499 [KYUUBI #6083] Bump Spark 3.3.3 to 3.3.4
2f03c9499 is described below
commit 2f03c94993563e9d6343d79b621fc7ec70181514
Author: senmiaoliu <[email protected]>
AuthorDate: Mon Feb 26 20:37:48 2024 +0800
[KYUUBI #6083] Bump Spark 3.3.3 to 3.3.4
# :mag: 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 :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:
#### Behavior With This Pull Request :tada:
#### 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
60e994504 [senmiaoliu] bump spark 3.3.4
Authored-by: senmiaoliu <[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 0904b52d2..8490f7a79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>