This is an automated email from the ASF dual-hosted git repository.
mbutrovich 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 1923f380f chore: Start 0.12.0 development (#2584)
1923f380f is described below
commit 1923f380f73e3f7b5fa50fe628b4929a015bb018
Author: Matt Butrovich <[email protected]>
AuthorDate: Wed Oct 15 19:06:09 2025 -0400
chore: Start 0.12.0 development (#2584)
---
common/pom.xml | 2 +-
dev/diffs/3.4.3.diff | 2 +-
dev/diffs/3.5.6.diff | 2 +-
dev/diffs/4.0.1.diff | 2 +-
dev/diffs/iceberg/1.8.1.diff | 2 +-
dev/diffs/iceberg/1.9.1.diff | 2 +-
docs/source/contributor-guide/benchmarking_aws_ec2.md | 2 +-
docs/source/index.rst | 2 +-
fuzz-testing/pom.xml | 2 +-
native/Cargo.lock | 8 ++++----
native/Cargo.toml | 2 +-
pom.xml | 2 +-
spark-integration/pom.xml | 2 +-
spark/pom.xml | 2 +-
14 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/common/pom.xml b/common/pom.xml
index d14d0e2dd..8ab0fe50f 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/dev/diffs/3.4.3.diff b/dev/diffs/3.4.3.diff
index ab9ac0888..4deac778b 100644
--- a/dev/diffs/3.4.3.diff
+++ b/dev/diffs/3.4.3.diff
@@ -7,7 +7,7 @@ index d3544881af1..9c174496a4b 100644
<ivy.version>2.5.1</ivy.version>
<oro.version>2.0.8</oro.version>
+ <spark.version.short>3.4</spark.version.short>
-+ <comet.version>0.11.0-SNAPSHOT</comet.version>
++ <comet.version>0.12.0-SNAPSHOT</comet.version>
<!--
If you changes codahale.metrics.version, you also need to change
the link to metrics.dropwizard.io in docs/monitoring.md.
diff --git a/dev/diffs/3.5.6.diff b/dev/diffs/3.5.6.diff
index 63f0d3eb0..6c54cd264 100644
--- a/dev/diffs/3.5.6.diff
+++ b/dev/diffs/3.5.6.diff
@@ -7,7 +7,7 @@ index 68e2c422a24..d971894ffe6 100644
<ivy.version>2.5.1</ivy.version>
<oro.version>2.0.8</oro.version>
+ <spark.version.short>3.5</spark.version.short>
-+ <comet.version>0.11.0-SNAPSHOT</comet.version>
++ <comet.version>0.12.0-SNAPSHOT</comet.version>
<!--
If you changes codahale.metrics.version, you also need to change
the link to metrics.dropwizard.io in docs/monitoring.md.
diff --git a/dev/diffs/4.0.1.diff b/dev/diffs/4.0.1.diff
index 69485818e..612a8975b 100644
--- a/dev/diffs/4.0.1.diff
+++ b/dev/diffs/4.0.1.diff
@@ -7,7 +7,7 @@ index 443d46a4302..63ec4784625 100644
<ivy.version>2.5.3</ivy.version>
<oro.version>2.0.8</oro.version>
+ <spark.version.short>4.0</spark.version.short>
-+ <comet.version>0.11.0-SNAPSHOT</comet.version>
++ <comet.version>0.12.0-SNAPSHOT</comet.version>
<!--
If you change codahale.metrics.version, you also need to change
the link to metrics.dropwizard.io in docs/monitoring.md.
diff --git a/dev/diffs/iceberg/1.8.1.diff b/dev/diffs/iceberg/1.8.1.diff
index dffd820ff..15c3885be 100644
--- a/dev/diffs/iceberg/1.8.1.diff
+++ b/dev/diffs/iceberg/1.8.1.diff
@@ -24,7 +24,7 @@ index 04ffa8f4edc..a909cd552c1 100644
awssdk-s3accessgrants = "2.3.0"
caffeine = "2.9.3"
calcite = "1.10.0"
-+comet = "0.11.0-SNAPSHOT"
++comet = "0.12.0-SNAPSHOT"
datasketches = "6.2.0"
delta-standalone = "3.3.0"
delta-spark = "3.3.0"
diff --git a/dev/diffs/iceberg/1.9.1.diff b/dev/diffs/iceberg/1.9.1.diff
index 52e499874..6faf09ec7 100644
--- a/dev/diffs/iceberg/1.9.1.diff
+++ b/dev/diffs/iceberg/1.9.1.diff
@@ -24,7 +24,7 @@ index c50991c5fc6..f7ad00f0b78 100644
bson-ver = "4.11.5"
caffeine = "2.9.3"
calcite = "1.39.0"
-+comet = "0.11.0-SNAPSHOT"
++comet = "0.12.0-SNAPSHOT"
datasketches = "6.2.0"
delta-standalone = "3.3.1"
delta-spark = "3.3.1"
diff --git a/docs/source/contributor-guide/benchmarking_aws_ec2.md
b/docs/source/contributor-guide/benchmarking_aws_ec2.md
index 2a4e647f0..a708dbb9a 100644
--- a/docs/source/contributor-guide/benchmarking_aws_ec2.md
+++ b/docs/source/contributor-guide/benchmarking_aws_ec2.md
@@ -104,7 +104,7 @@ make release
Set `COMET_JAR` environment variable.
```shell
-export
COMET_JAR=/home/ec2-user/datafusion-comet/spark/target/comet-spark-spark3.5_2.12-0.11.0-SNAPSHOT.jar
+export
COMET_JAR=/home/ec2-user/datafusion-comet/spark/target/comet-spark-spark3.5_2.12-$COMET_VERSION.jar
```
## Run Benchmarks
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 84c3e6afd..ceafb0084 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -49,7 +49,7 @@ as a native runtime to achieve improvement in terms of query
efficiency and quer
:caption: User Guides:
:hidden:
- Comet 0.11.0-SNAPSHOT <user-guide/latest/index>
+ Comet 0.12.0-SNAPSHOT <user-guide/latest/index>
Comet 0.10.x <user-guide/0.10/index>
Comet 0.9.x <user-guide/0.9/index>
Comet 0.8.x <user-guide/0.8/index>
diff --git a/fuzz-testing/pom.xml b/fuzz-testing/pom.xml
index 728b32b82..dc3d32293 100644
--- a/fuzz-testing/pom.xml
+++ b/fuzz-testing/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/native/Cargo.lock b/native/Cargo.lock
index 4b3d3c4f2..2c7fc5744 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -1491,7 +1491,7 @@ dependencies = [
[[package]]
name = "datafusion-comet"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"arrow",
"assertables",
@@ -1560,7 +1560,7 @@ dependencies = [
[[package]]
name = "datafusion-comet-objectstore-hdfs"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"async-trait",
"bytes",
@@ -1574,7 +1574,7 @@ dependencies = [
[[package]]
name = "datafusion-comet-proto"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"prost",
"prost-build",
@@ -1582,7 +1582,7 @@ dependencies = [
[[package]]
name = "datafusion-comet-spark-expr"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"arrow",
"base64",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index bb2603ecf..cac93d822 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -21,7 +21,7 @@ members = ["core", "spark-expr", "proto", "hdfs", "fs-hdfs"]
resolver = "2"
[workspace.package]
-version = "0.11.0"
+version = "0.12.0"
homepage = "https://datafusion.apache.org/comet"
repository = "https://github.com/apache/datafusion-comet"
authors = ["Apache DataFusion <[email protected]>"]
diff --git a/pom.xml b/pom.xml
index 5278eb203..109c24fee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
</parent>
<groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>0.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Comet Project Parent POM</name>
diff --git a/spark-integration/pom.xml b/spark-integration/pom.xml
index ea8761866..493eb0da0 100644
--- a/spark-integration/pom.xml
+++ b/spark-integration/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/spark/pom.xml b/spark/pom.xml
index 77e2d09c6..aa3ad27bd 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.datafusion</groupId>
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]