This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new f37b76f1f Update released version in documentation (#1418)
f37b76f1f is described below

commit f37b76f1f409eab602d3b7b6b3248086dfa8998a
Author: Andy Grove <[email protected]>
AuthorDate: Tue Feb 18 10:04:21 2025 -0700

    Update released version in documentation (#1418)
---
 dev/release/README.md                  |  5 +++++
 docs/source/user-guide/installation.md | 16 ++++++++--------
 docs/source/user-guide/kubernetes.md   |  6 +++---
 docs/source/user-guide/source.md       |  2 +-
 native/Cargo.lock                      |  8 ++++----
 5 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index cd972aa1c..60d647381 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -272,6 +272,11 @@ it to GitHub Container Registry at 
https://github.com/apache/datafusion-comet/pk
 
 Reply to the vote thread to close the vote and announce the release.
 
+## Update released version number in documentation
+
+- We provide direct links to the jar files in Maven
+- The Kubernetes page needs updating once the Docker image has been published 
to GitHub Container Regsistry
+
 ## Post Release Admin
 
 Register the release with the [Apache Reporter 
Service](https://reporter.apache.org/addrelease.html?datafusion) using
diff --git a/docs/source/user-guide/installation.md 
b/docs/source/user-guide/installation.md
index 6f45c6ecb..cccf95056 100644
--- a/docs/source/user-guide/installation.md
+++ b/docs/source/user-guide/installation.md
@@ -49,14 +49,14 @@ Cloud Service Providers.
 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 
 is currently necessary to build from source.
 
-Here are the direct links for downloading the Comet jar file.
-
-- [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)
-- [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)
-- [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)
-- [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)
-- [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)
-- [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)
+Here are the direct links for downloading the Comet 0.6.0 jar file.
+
+- [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)
+- [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)
+- [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)
+- [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)
+- [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)
+- [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)
 
 ## Building from source
 
diff --git a/docs/source/user-guide/kubernetes.md 
b/docs/source/user-guide/kubernetes.md
index cd923db88..d134d9560 100644
--- a/docs/source/user-guide/kubernetes.md
+++ b/docs/source/user-guide/kubernetes.md
@@ -65,13 +65,13 @@ metadata:
 spec:
   type: Scala
   mode: cluster
-  image: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-0.2.0
+  image: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-0.5.0
   imagePullPolicy: IfNotPresent
   mainClass: org.apache.spark.examples.SparkPi
   mainApplicationFile: 
local:///opt/spark/examples/jars/spark-examples_2.12-3.4.2.jar
   sparkConf:
-    "spark.executor.extraClassPath": 
"/opt/spark/jars/comet-spark-spark3.4_2.12-0.2.0.jar"
-    "spark.driver.extraClassPath": 
"/opt/spark/jars/comet-spark-spark3.4_2.12-0.2.0.jar"
+    "spark.executor.extraClassPath": 
"/opt/spark/jars/comet-spark-spark3.4_2.12-0.5.0.jar"
+    "spark.driver.extraClassPath": 
"/opt/spark/jars/comet-spark-spark3.4_2.12-0.5.0.jar"
     "spark.plugins": "org.apache.spark.CometPlugin"
     "spark.comet.enabled": "true"
     "spark.comet.exec.enabled": "true"
diff --git a/docs/source/user-guide/source.md b/docs/source/user-guide/source.md
index 5f5d03d90..d2f58dd85 100644
--- a/docs/source/user-guide/source.md
+++ b/docs/source/user-guide/source.md
@@ -27,7 +27,7 @@ Official source releases can be downloaded from 
https://dist.apache.org/repos/di
 
 ```console
 # Pick the latest version
-export COMET_VERSION=0.4.0
+export COMET_VERSION=0.6.0
 # Download the tarball
 curl -O 
"https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz";
 # Unpack
diff --git a/native/Cargo.lock b/native/Cargo.lock
index 886e45a0f..ff339bf7a 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -926,7 +926,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-comet"
-version = "0.6.0"
+version = "0.7.0"
 dependencies = [
  "arrow",
  "arrow-array",
@@ -978,7 +978,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-comet-objectstore-hdfs"
-version = "0.6.0"
+version = "0.7.0"
 dependencies = [
  "async-trait",
  "bytes",
@@ -992,7 +992,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-comet-proto"
-version = "0.6.0"
+version = "0.7.0"
 dependencies = [
  "prost 0.12.6",
  "prost-build",
@@ -1000,7 +1000,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-comet-spark-expr"
-version = "0.6.0"
+version = "0.7.0"
 dependencies = [
  "arrow",
  "arrow-array",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to