This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch branch-0.10
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/branch-0.10 by this push:
new 42f67746e add changelog
42f67746e is described below
commit 42f67746e9718fa591e496bc58bc7d367984d883
Author: Andy Grove <[email protected]>
AuthorDate: Tue Sep 30 18:38:28 2025 -0600
add changelog
---
dev/changelog/0.10.1.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/dev/changelog/0.10.1.md b/dev/changelog/0.10.1.md
new file mode 100644
index 000000000..3c9a86e12
--- /dev/null
+++ b/dev/changelog/0.10.1.md
@@ -0,0 +1,46 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# DataFusion Comet 0.10.1 Changelog
+
+This release consists of 7 commits from 1 contributors. See credits at the end
of this changelog for more information.
+
+**Documentation updates:**
+
+- docs: [branch-0.10] Update version number in branch-0.10 user guide
[#2395](https://github.com/apache/datafusion-comet/pull/2395) (andygrove)
+
+**Other:**
+
+- chore: [branch-0.10] Support Spark 4.0.1 instead of 4.0.0 (#2414)
[#2497](https://github.com/apache/datafusion-comet/pull/2497) (andygrove)
+- build: [branch-0.10] Stop caching libcomet in CI (#2498)
[#2502](https://github.com/apache/datafusion-comet/pull/2502) (andygrove)
+- chore: [branch-0.10] perf: Improve BroadcastExchangeExec conversion
[#2501](https://github.com/apache/datafusion-comet/pull/2501) (andygrove)
+- chore: [branch-0.10] [iceberg] additional parquet independent api for
iceberg integration (#2442)
[#2499](https://github.com/apache/datafusion-comet/pull/2499) (andygrove)
+- fix: [branch-0.10] Avoid spark plan execution cache preventing
CometBatchRDD numPartitions change (#2420)
[#2503](https://github.com/apache/datafusion-comet/pull/2503) (andygrove)
+- build: [branch-0.10] Bump version to 0.10.1
[#2508](https://github.com/apache/datafusion-comet/pull/2508) (andygrove)
+
+## Credits
+
+Thank you to everyone who contributed to this release. Here is a breakdown of
commits (PRs merged) per contributor.
+
+```
+ 7 Andy Grove
+```
+
+Thank you also to everyone who contributed in other ways such as filing
issues, reviewing PRs, and providing feedback on this release.
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]