Skip to content

Commit 2b55824

Browse files
committed
add spark-3.4 and spark-3.5 to the docs of building from code
1 parent 8f529aa commit 2b55824

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/contributing/code/building.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ mvn clean install -pl '!dev/kyuubi-codecov,!kyuubi-assembly' -DskipTests
6161

6262
Since v1.1.0, Kyuubi support building with different Spark profiles,
6363

64-
| Profile | Default | Since |
64+
| Profile | Default | Since |
6565
|-------------|---------|-------|
66-
| -Pspark-3.1 | No | 1.1.0 |
67-
| -Pspark-3.2 | No | 1.4.0 |
68-
| -Pspark-3.3 | Yes | 1.6.0 |
66+
| -Pspark-3.1 | | 1.1.0 |
67+
| -Pspark-3.2 | | 1.4.0 |
68+
| -Pspark-3.3 | | 1.6.0 |
69+
| -Pspark-3.4 || 1.8.0 |
70+
| -Pspark-3.5 | | 1.8.0 |
6971

7072
## Building With Apache dlcdn Site
7173

0 commit comments

Comments
 (0)