Skip to content

Commit a168c9a

Browse files
authored
chore: [branch-0.9] Prepare 0.9.1 release (#2203)
1 parent 1f34c07 commit a168c9a

File tree

11 files changed

+53
-15
lines changed

11 files changed

+53
-15
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.datafusion</groupId>
2828
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
29-
<version>0.9.0</version>
29+
<version>0.9.1</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

dev/changelog/0.9.1.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
# DataFusion Comet 0.9.1 Changelog
21+
22+
This release consists of 2 commits from 1 contributors. See credits at the end of this changelog for more information.
23+
24+
**Fixed bugs:**
25+
26+
- fix: [branch-0.9] Backport FFI fix [#2164](https://github.com/apache/datafusion-comet/pull/2164) (andygrove)
27+
- fix: [branch-0.9] Avoid double free in CometUnifiedShuffleMemoryAllocator [#2201](https://github.com/apache/datafusion-comet/pull/2201) (andygrove)
28+
29+
## Credits
30+
31+
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
32+
33+
```
34+
2 Andy Grove
35+
```
36+
37+
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.
38+

dev/diffs/3.4.3.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index d3544881af1..5cc127f064d 100644
77
<ivy.version>2.5.1</ivy.version>
88
<oro.version>2.0.8</oro.version>
99
+ <spark.version.short>3.4</spark.version.short>
10-
+ <comet.version>0.9.0</comet.version>
10+
+ <comet.version>0.9.1</comet.version>
1111
<!--
1212
If you changes codahale.metrics.version, you also need to change
1313
the link to metrics.dropwizard.io in docs/monitoring.md.

dev/diffs/3.5.6.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index 68e2c422a24..fb9c2e88fac 100644
77
<ivy.version>2.5.1</ivy.version>
88
<oro.version>2.0.8</oro.version>
99
+ <spark.version.short>3.5</spark.version.short>
10-
+ <comet.version>0.9.0</comet.version>
10+
+ <comet.version>0.9.1</comet.version>
1111
<!--
1212
If you changes codahale.metrics.version, you also need to change
1313
the link to metrics.dropwizard.io in docs/monitoring.md.

dev/diffs/4.0.0.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index 443d46a4302..3b8483173f1 100644
77
<ivy.version>2.5.3</ivy.version>
88
<oro.version>2.0.8</oro.version>
99
+ <spark.version.short>4.0</spark.version.short>
10-
+ <comet.version>0.9.0</comet.version>
10+
+ <comet.version>0.9.1</comet.version>
1111
<!--
1212
If you change codahale.metrics.version, you also need to change
1313
the link to metrics.dropwizard.io in docs/monitoring.md.

dev/diffs/iceberg/1.8.1.diff

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ index 6eb26e8..c288e72 100644
2020
}
2121

2222
- compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0"
23-
+ compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0"
23+
+ compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.1"
2424

2525
implementation libs.parquet.column
2626
implementation libs.parquet.hadoop
@@ -29,7 +29,7 @@ index 6eb26e8..c288e72 100644
2929
testImplementation libs.parquet.hadoop
3030
testImplementation libs.junit.vintage.engine
3131
- testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0"
32-
+ testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0"
32+
+ testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.1"
3333

3434
// Required because we remove antlr plugin dependencies from the compile configuration, see note above
3535
runtimeOnly libs.antlr.runtime
@@ -38,7 +38,7 @@ index 6eb26e8..c288e72 100644
3838
integrationImplementation project(path: ":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}", configuration: 'testArtifacts')
3939
integrationImplementation project(path: ":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVersion}", configuration: 'testArtifacts')
4040
+ integrationImplementation project(path: ':iceberg-parquet')
41-
+ integrationImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0"
41+
+ integrationImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.1"
4242

4343
// runtime dependencies for running Hive Catalog based integration test
4444
integrationRuntimeOnly project(':iceberg-hive-metastore')
@@ -153,15 +153,15 @@ index e2d2c7a..8b5bff8 100644
153153
}
154154

155155
- compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0"
156-
+ compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0"
156+
+ compileOnly "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.1"
157157

158158
implementation libs.parquet.column
159159
implementation libs.parquet.hadoop
160160
@@ -182,8 +182,8 @@ project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVer
161161

162162
testImplementation libs.avro.avro
163163
testImplementation libs.parquet.hadoop
164-
+ testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0"
164+
+ testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.1"
165165
testImplementation libs.awaitility
166166
- testImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.5.0"
167167

@@ -171,7 +171,7 @@ index e2d2c7a..8b5bff8 100644
171171
integrationImplementation project(path: ':iceberg-hive-metastore', configuration: 'testArtifacts')
172172
integrationImplementation project(path: ":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}", configuration: 'testArtifacts')
173173
integrationImplementation project(path: ":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVersion}", configuration: 'testArtifacts')
174-
+ integrationImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.0"
174+
+ integrationImplementation "org.apache.datafusion:comet-spark-spark${sparkMajorVersion}_${scalaVersion}:0.9.1"
175175

176176
// runtime dependencies for running Hive Catalog based integration test
177177
integrationRuntimeOnly project(':iceberg-hive-metastore')

fuzz-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.datafusion</groupId>
2727
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
28-
<version>0.9.0</version>
28+
<version>0.9.1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ members = ["core", "spark-expr", "proto", "hdfs"]
2121
resolver = "2"
2222

2323
[workspace.package]
24-
version = "0.9.0"
24+
version = "0.9.1"
2525
homepage = "https://datafusion.apache.org/comet"
2626
repository = "https://github.com/apache/datafusion-comet"
2727
authors = ["Apache DataFusion <[email protected]>"]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</parent>
3131
<groupId>org.apache.datafusion</groupId>
3232
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
33-
<version>0.9.0</version>
33+
<version>0.9.1</version>
3434
<packaging>pom</packaging>
3535
<name>Comet Project Parent POM</name>
3636

spark-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.datafusion</groupId>
2828
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
29-
<version>0.9.0</version>
29+
<version>0.9.1</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)