Skip to content

Commit f37b76f

Browse files
authored
Update released version in documentation (#1418)
1 parent 47a0ea6 commit f37b76f

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

dev/release/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@ it to GitHub Container Registry at https://github.com/apache/datafusion-comet/pk
272272

273273
Reply to the vote thread to close the vote and announce the release.
274274

275+
## Update released version number in documentation
276+
277+
- We provide direct links to the jar files in Maven
278+
- The Kubernetes page needs updating once the Docker image has been published to GitHub Container Regsistry
279+
275280
## Post Release Admin
276281

277282
Register the release with the [Apache Reporter Service](https://reporter.apache.org/addrelease.html?datafusion) using

docs/source/user-guide/installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Cloud Service Providers.
4949
Comet jar files are available in [Maven Central](https://central.sonatype.com/namespace/org.apache.datafusion) for amd64 and arm64 architectures for Linux. For Apple OSX, it
5050
is currently necessary to build from source.
5151

52-
Here are the direct links for downloading the Comet jar file.
53-
54-
- [Comet plugin for Spark 3.3 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.3_2.12/0.4.0/comet-spark-spark3.3_2.12-0.4.0.jar)
55-
- [Comet plugin for Spark 3.3 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.3_2.13/0.4.0/comet-spark-spark3.3_2.13-0.4.0.jar)
56-
- [Comet plugin for Spark 3.4 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.4_2.12/0.4.0/comet-spark-spark3.4_2.12-0.4.0.jar)
57-
- [Comet plugin for Spark 3.4 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.4_2.13/0.4.0/comet-spark-spark3.4_2.13-0.4.0.jar)
58-
- [Comet plugin for Spark 3.5 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.5_2.12/0.4.0/comet-spark-spark3.5_2.12-0.4.0.jar)
59-
- [Comet plugin for Spark 3.5 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.5_2.13/0.4.0/comet-spark-spark3.5_2.13-0.4.0.jar)
52+
Here are the direct links for downloading the Comet 0.6.0 jar file.
53+
54+
- [Comet plugin for Spark 3.3 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.3_2.12/0.6.0/comet-spark-spark3.3_2.12-0.6.0.jar)
55+
- [Comet plugin for Spark 3.3 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.3_2.13/0.6.0/comet-spark-spark3.3_2.13-0.6.0.jar)
56+
- [Comet plugin for Spark 3.4 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.4_2.12/0.6.0/comet-spark-spark3.4_2.12-0.6.0.jar)
57+
- [Comet plugin for Spark 3.4 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.4_2.13/0.6.0/comet-spark-spark3.4_2.13-0.6.0.jar)
58+
- [Comet plugin for Spark 3.5 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.5_2.12/0.6.0/comet-spark-spark3.5_2.12-0.6.0.jar)
59+
- [Comet plugin for Spark 3.5 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.5_2.13/0.6.0/comet-spark-spark3.5_2.13-0.6.0.jar)
6060

6161
## Building from source
6262

docs/source/user-guide/kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ metadata:
6565
spec:
6666
type: Scala
6767
mode: cluster
68-
image: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-0.2.0
68+
image: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-0.5.0
6969
imagePullPolicy: IfNotPresent
7070
mainClass: org.apache.spark.examples.SparkPi
7171
mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.4.2.jar
7272
sparkConf:
73-
"spark.executor.extraClassPath": "/opt/spark/jars/comet-spark-spark3.4_2.12-0.2.0.jar"
74-
"spark.driver.extraClassPath": "/opt/spark/jars/comet-spark-spark3.4_2.12-0.2.0.jar"
73+
"spark.executor.extraClassPath": "/opt/spark/jars/comet-spark-spark3.4_2.12-0.5.0.jar"
74+
"spark.driver.extraClassPath": "/opt/spark/jars/comet-spark-spark3.4_2.12-0.5.0.jar"
7575
"spark.plugins": "org.apache.spark.CometPlugin"
7676
"spark.comet.enabled": "true"
7777
"spark.comet.exec.enabled": "true"

docs/source/user-guide/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Official source releases can be downloaded from https://dist.apache.org/repos/di
2727

2828
```console
2929
# Pick the latest version
30-
export COMET_VERSION=0.4.0
30+
export COMET_VERSION=0.6.0
3131
# Download the tarball
3232
curl -O "https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz"
3333
# Unpack

native/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)