This is an automated email from the ASF dual-hosted git repository.
bowenliang 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 2a39d697c [KYUUBI #5801] [DOC] Add spark-3.4 and spark-3.5 as
supported Spark profiles to the docs of building from source
2a39d697c is described below
commit 2a39d697c0d7c9c15d3a33ef6b5f64f33789fec8
Author: liangbowen <[email protected]>
AuthorDate: Mon Dec 4 08:46:17 2023 +0800
[KYUUBI #5801] [DOC] Add spark-3.4 and spark-3.5 as supported Spark
profiles to the docs of building from source
# :mag: Description
## Issue References ๐
## Describe Your Solution ๐ง
Add docs for spark-3.4 and spark-3.5 as supported Spark profiles.
## 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:
<img width="774" alt="image"
src="https://github.com/apache/kyuubi/assets/1935105/29b0690d-574f-4b3c-ac70-50d5fb67a75e">
#### Behavior With This Pull Request :tada:
<img width="766" alt="image"
src="https://github.com/apache/kyuubi/assets/1935105/58af356b-0f9c-4fe9-8f2b-8769ccebcc3a">
#### Related Unit Tests
---
# Checklists
## ๐ Author Self Checklist
- [x] My code follows the [style
guidelines](https://kyuubi.readthedocs.io/en/master/contributing/code/style.html)
of this project
- [x] I have performed a self-review
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature
works
- [ ] New and existing unit tests pass locally with my changes
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
## ๐ Committer Pre-Merge Checklist
- [ ] Pull request title is okay.
- [ ] No license issues.
- [ ] Milestone correctly set?
- [ ] Test coverage is ok
- [ ] Assignees are selected.
- [ ] Minimum number of approvals
- [ ] No changes are requested
**Be nice. Be informative.**
Closes #5801 from bowenliang123/doc-spark-profiles.
Closes #5801
35254df09 [liangbowen] style
2b55824fd [liangbowen] add spark-3.4 and spark-3.5 to the docs of building
from code
Authored-by: liangbowen <[email protected]>
Signed-off-by: Bowen Liang <[email protected]>
---
docs/contributing/code/building.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/contributing/code/building.md
b/docs/contributing/code/building.md
index 8c5c5aeec..ba19ebac0 100644
--- a/docs/contributing/code/building.md
+++ b/docs/contributing/code/building.md
@@ -63,9 +63,11 @@ Since v1.1.0, Kyuubi support building with different Spark
profiles,
| Profile | Default | Since |
|-------------|---------|-------|
-| -Pspark-3.1 | No | 1.1.0 |
-| -Pspark-3.2 | No | 1.4.0 |
-| -Pspark-3.3 | Yes | 1.6.0 |
+| -Pspark-3.1 | | 1.1.0 |
+| -Pspark-3.2 | | 1.4.0 |
+| -Pspark-3.3 | | 1.6.0 |
+| -Pspark-3.4 | โ | 1.8.0 |
+| -Pspark-3.5 | | 1.8.0 |
## Building With Apache dlcdn Site