You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user-guide/source.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ cd apache-datafusion-comet-$COMET_VERSION
38
38
Build
39
39
40
40
```console
41
-
make release-nogit PROFILES="-Pspark-3.4"
41
+
make release-nogit PROFILES="-Pspark-3.5"
42
42
```
43
43
44
44
## Building from the GitHub repository
@@ -53,17 +53,17 @@ Build Comet for a specific Spark version:
53
53
54
54
```console
55
55
cd datafusion-comet
56
-
make release PROFILES="-Pspark-3.4"
56
+
make release PROFILES="-Pspark-3.5"
57
57
```
58
58
59
59
Note that the project builds for Scala 2.12 by default but can be built for Scala 2.13 using an additional profile:
60
60
61
61
```console
62
-
make release PROFILES="-Pspark-3.4 -Pscala-2.13"
62
+
make release PROFILES="-Pspark-3.5 -Pscala-2.13"
63
63
```
64
64
65
65
To build Comet from the source distribution on an isolated environment without an access to `github.com` it is necessary to disable `git-commit-id-maven-plugin`, otherwise you will face errors that there is no access to the git during the build process. In that case you may use:
0 commit comments