This is an automated email from the ASF dual-hosted git repository. agrove pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/branch-0.9 by this push: new 1c462bc6c Prepare 0.9.0-rc2 (#1963) 1c462bc6c is described below commit 1c462bc6c41b05e69b0ea7dd658e135648deff6c Author: Andy Grove <agr...@apache.org> AuthorDate: Tue Jul 1 09:56:41 2025 -0600 Prepare 0.9.0-rc2 (#1963) --- common/pom.xml | 2 +- dev/diffs/3.4.3.diff | 2 +- dev/diffs/3.5.6.diff | 2 +- dev/diffs/4.0.0.diff | 2 +- dev/diffs/iceberg/1.8.1.diff | 12 ++++++------ docs/source/contributor-guide/debugging.md | 2 +- docs/source/user-guide/iceberg.md | 4 ++-- docs/source/user-guide/installation.md | 4 ++-- fuzz-testing/pom.xml | 2 +- pom.xml | 2 +- spark-integration/pom.xml | 2 +- spark/pom.xml | 2 +- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 36bc70605..262f6df5c 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.9.0-SNAPSHOT</version> + <version>0.9.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/dev/diffs/3.4.3.diff b/dev/diffs/3.4.3.diff index e08aea606..d40075957 100644 --- a/dev/diffs/3.4.3.diff +++ b/dev/diffs/3.4.3.diff @@ -7,7 +7,7 @@ index d3544881af1..5cc127f064d 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.9.0-SNAPSHOT</comet.version> ++ <comet.version>0.9.0</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 883a16715..085a122a7 100644 --- a/dev/diffs/3.5.6.diff +++ b/dev/diffs/3.5.6.diff @@ -7,7 +7,7 @@ index 68e2c422a24..fb9c2e88fac 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.9.0-SNAPSHOT</comet.version> ++ <comet.version>0.9.0</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.0.diff b/dev/diffs/4.0.0.diff index 1a43fe3c8..f2bcdfe4c 100644 --- a/dev/diffs/4.0.0.diff +++ b/dev/diffs/4.0.0.diff @@ -7,7 +7,7 @@ index 443d46a4302..3b8483173f1 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.9.0-SNAPSHOT</comet.version> ++ <comet.version>0.9.0</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 87f9d9d8f..31db44987 100644 --- a/dev/diffs/iceberg/1.8.1.diff +++ b/dev/diffs/iceberg/1.8.1.diff @@ -20,7 +20,7 @@ index 6eb26e8..c288e72 100644 } - compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0" -+ compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0-SNAPSHOT" ++ compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0" implementation libs.parquet.column implementation libs.parquet.hadoop @@ -29,7 +29,7 @@ index 6eb26e8..c288e72 100644 testImplementation libs.parquet.hadoop testImplementation libs.junit.vintage.engine - testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0" -+ testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0-SNAPSHOT" ++ testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0" // Required because we remove antlr plugin dependencies from the compile configuration, see note above runtimeOnly libs.antlr.runtime @@ -38,7 +38,7 @@ index 6eb26e8..c288e72 100644 integrationImplementation project(path: ":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}", configuration: 'testArtifacts') integrationImplementation project(path: ":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVersion}", configuration: 'testArtifacts') + integrationImplementation project(path: ':iceberg-parquet') -+ integrationImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0-SNAPSHOT" ++ integrationImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0" // runtime dependencies for running Hive Catalog based integration test integrationRuntimeOnly project(':iceberg-hive-metastore') @@ -153,7 +153,7 @@ index e2d2c7a..8b5bff8 100644 } - compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0" -+ compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0-SNAPSHOT" ++ compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0" implementation libs.parquet.column implementation libs.parquet.hadoop @@ -161,7 +161,7 @@ index e2d2c7a..8b5bff8 100644 testImplementation libs.avro.avro testImplementation libs.parquet.hadoop -+ testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0-SNAPSHOT" ++ testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0" testImplementation libs.awaitility - testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0" @@ -171,7 +171,7 @@ index e2d2c7a..8b5bff8 100644 integrationImplementation project(path: ':iceberg-hive-metastore', configuration: 'testArtifacts') integrationImplementation project(path: ":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}", configuration: 'testArtifacts') integrationImplementation project(path: ":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVersion}", configuration: 'testArtifacts') -+ integrationImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0-SNAPSHOT" ++ integrationImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0" // runtime dependencies for running Hive Catalog based integration test integrationRuntimeOnly project(':iceberg-hive-metastore') diff --git a/docs/source/contributor-guide/debugging.md b/docs/source/contributor-guide/debugging.md index cbdf9264c..620bfcf7e 100644 --- a/docs/source/contributor-guide/debugging.md +++ b/docs/source/contributor-guide/debugging.md @@ -130,7 +130,7 @@ Then build the Comet as [described](https://github.com/apache/arrow-datafusion-c Start Comet with `RUST_BACKTRACE=1` ```console -RUST_BACKTRACE=1 $SPARK_HOME/spark-shell --jars spark/target/comet-spark-spark3.5_2.12-0.9.0-SNAPSHOT.jar --conf spark.plugins=org.apache.spark.CometPlugin --conf spark.comet.enabled=true --conf spark.comet.exec.enabled=true +RUST_BACKTRACE=1 $SPARK_HOME/spark-shell --jars spark/target/comet-spark-spark3.5_2.12-0.9.0.jar --conf spark.plugins=org.apache.spark.CometPlugin --conf spark.comet.enabled=true --conf spark.comet.exec.enabled=true ``` Get the expanded exception details diff --git a/docs/source/user-guide/iceberg.md b/docs/source/user-guide/iceberg.md index e9f7f2eb5..0d9894626 100644 --- a/docs/source/user-guide/iceberg.md +++ b/docs/source/user-guide/iceberg.md @@ -39,7 +39,7 @@ make release Set `COMET_JAR` env var: ```shell -export COMET_JAR=`pwd`/spark/target/comet-spark-spark3.5_2.12-0.9.0-SNAPSHOT.jar +export COMET_JAR=`pwd`/spark/target/comet-spark-spark3.5_2.12-0.9.0.jar ``` ## Build Iceberg @@ -52,7 +52,7 @@ git clone g...@github.com:apache/iceberg.git It will be necessary to make some small changes to Iceberg: -- Update Gradle files to change Comet version to `0.9.0-SNAPSHOT`. +- Update Gradle files to change Comet version to `0.9.0`. - Replace `import org.apache.comet.shaded.arrow.c.CometSchemaImporter;` with `import org.apache.comet.CometSchemaImporter;` - Modify `SparkBatchQueryScan` so that it implements the `SupportsComet` interface - Stop shading Parquet by commenting out the following lines in the iceberg-spark build: diff --git a/docs/source/user-guide/installation.md b/docs/source/user-guide/installation.md index 3e9847618..11bad4802 100644 --- a/docs/source/user-guide/installation.md +++ b/docs/source/user-guide/installation.md @@ -84,7 +84,7 @@ See the [Comet Kubernetes Guide](kubernetes.md) guide. Make sure `SPARK_HOME` points to the same Spark version as Comet was built for. ```shell -export COMET_JAR=spark/target/comet-spark-spark3.5_2.12-0.9.0-SNAPSHOT.jar +export COMET_JAR=spark/target/comet-spark-spark3.5_2.12-0.9.0.jar $SPARK_HOME/bin/spark-shell \ --jars $COMET_JAR \ @@ -140,7 +140,7 @@ explicitly contain Comet otherwise Spark may use a different class-loader for th components which will then fail at runtime. For example: ``` ---driver-class-path spark/target/comet-spark-spark3.5_2.12-0.9.0-SNAPSHOT.jar +--driver-class-path spark/target/comet-spark-spark3.5_2.12-0.9.0.jar ``` Some cluster managers may require additional configuration, see <https://spark.apache.org/docs/latest/cluster-overview.html> diff --git a/fuzz-testing/pom.xml b/fuzz-testing/pom.xml index a748b1814..2ac23e353 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.9.0-SNAPSHOT</version> + <version>0.9.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 405c35cf9..57a8e05bf 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.9.0-SNAPSHOT</version> + <version>0.9.0</version> <packaging>pom</packaging> <name>Comet Project Parent POM</name> diff --git a/spark-integration/pom.xml b/spark-integration/pom.xml index d381359f6..aae24a988 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.9.0-SNAPSHOT</version> + <version>0.9.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/spark/pom.xml b/spark/pom.xml index 95ea6971b..e7b5e0ef7 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.9.0-SNAPSHOT</version> + <version>0.9.0</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org