This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 10b5f22411 [main] Update version to 52.2.0 (#20573)
10b5f22411 is described below
commit 10b5f224112e1bc3361e5796ce106aa56afc7dc0
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Mar 4 10:14:34 2026 -0500
[main] Update version to 52.2.0 (#20573)
## Which issue does this PR close?
- part of https://github.com/apache/datafusion/issues/20287
## Rationale for this change
Keep main up to date
## What changes are included in this PR?
- forward port https://github.com/apache/datafusion/pull/20560
1. Update version
2. prepare CHANGELOG.
Co-authored-by: Oleks V <[email protected]>
---
Cargo.lock | 84 +++++++++++++++++++--------------------
Cargo.toml | 76 +++++++++++++++++------------------
dev/changelog/52.2.0.md | 47 ++++++++++++++++++++++
docs/source/user-guide/configs.md | 2 +-
4 files changed, 128 insertions(+), 81 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index beb87f615c..38fa83dd12 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1715,7 +1715,7 @@ dependencies = [
[[package]]
name = "datafusion"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"arrow-schema",
@@ -1789,7 +1789,7 @@ dependencies = [
[[package]]
name = "datafusion-benchmarks"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"clap",
@@ -1814,7 +1814,7 @@ dependencies = [
[[package]]
name = "datafusion-catalog"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -1837,7 +1837,7 @@ dependencies = [
[[package]]
name = "datafusion-catalog-listing"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -1859,7 +1859,7 @@ dependencies = [
[[package]]
name = "datafusion-cli"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -1890,7 +1890,7 @@ dependencies = [
[[package]]
name = "datafusion-common"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"ahash",
"apache-avro",
@@ -1918,7 +1918,7 @@ dependencies = [
[[package]]
name = "datafusion-common-runtime"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"futures",
"log",
@@ -1927,7 +1927,7 @@ dependencies = [
[[package]]
name = "datafusion-datasource"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-compression",
@@ -1962,7 +1962,7 @@ dependencies = [
[[package]]
name = "datafusion-datasource-arrow"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"arrow-ipc",
@@ -1985,7 +1985,7 @@ dependencies = [
[[package]]
name = "datafusion-datasource-avro"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"apache-avro",
"arrow",
@@ -2004,7 +2004,7 @@ dependencies = [
[[package]]
name = "datafusion-datasource-csv"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -2025,7 +2025,7 @@ dependencies = [
[[package]]
name = "datafusion-datasource-json"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -2047,7 +2047,7 @@ dependencies = [
[[package]]
name = "datafusion-datasource-parquet"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -2079,11 +2079,11 @@ dependencies = [
[[package]]
name = "datafusion-doc"
-version = "52.1.0"
+version = "52.2.0"
[[package]]
name = "datafusion-examples"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"arrow-flight",
@@ -2124,7 +2124,7 @@ dependencies = [
[[package]]
name = "datafusion-execution"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"arrow-buffer",
@@ -2147,7 +2147,7 @@ dependencies = [
[[package]]
name = "datafusion-expr"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -2171,7 +2171,7 @@ dependencies = [
[[package]]
name = "datafusion-expr-common"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2183,7 +2183,7 @@ dependencies = [
[[package]]
name = "datafusion-ffi"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"abi_stable",
"arrow",
@@ -2217,7 +2217,7 @@ dependencies = [
[[package]]
name = "datafusion-functions"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"arrow-buffer",
@@ -2251,7 +2251,7 @@ dependencies = [
[[package]]
name = "datafusion-functions-aggregate"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"ahash",
"arrow",
@@ -2273,7 +2273,7 @@ dependencies = [
[[package]]
name = "datafusion-functions-aggregate-common"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"ahash",
"arrow",
@@ -2286,7 +2286,7 @@ dependencies = [
[[package]]
name = "datafusion-functions-nested"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"arrow-ord",
@@ -2311,7 +2311,7 @@ dependencies = [
[[package]]
name = "datafusion-functions-table"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -2325,7 +2325,7 @@ dependencies = [
[[package]]
name = "datafusion-functions-window"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"criterion",
@@ -2342,7 +2342,7 @@ dependencies = [
[[package]]
name = "datafusion-functions-window-common"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"datafusion-common",
"datafusion-physical-expr-common",
@@ -2350,7 +2350,7 @@ dependencies = [
[[package]]
name = "datafusion-macros"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"datafusion-doc",
"quote",
@@ -2359,7 +2359,7 @@ dependencies = [
[[package]]
name = "datafusion-optimizer"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -2386,7 +2386,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"ahash",
"arrow",
@@ -2413,7 +2413,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr-adapter"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2426,7 +2426,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr-common"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"ahash",
"arrow",
@@ -2441,7 +2441,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-optimizer"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2461,7 +2461,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-plan"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"ahash",
"arrow",
@@ -2498,7 +2498,7 @@ dependencies = [
[[package]]
name = "datafusion-proto"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -2536,7 +2536,7 @@ dependencies = [
[[package]]
name = "datafusion-proto-common"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2548,7 +2548,7 @@ dependencies = [
[[package]]
name = "datafusion-pruning"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2566,7 +2566,7 @@ dependencies = [
[[package]]
name = "datafusion-session"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"async-trait",
"datafusion-common",
@@ -2578,7 +2578,7 @@ dependencies = [
[[package]]
name = "datafusion-spark"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"bigdecimal",
@@ -2604,7 +2604,7 @@ dependencies = [
[[package]]
name = "datafusion-sql"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"bigdecimal",
@@ -2630,7 +2630,7 @@ dependencies = [
[[package]]
name = "datafusion-sqllogictest"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"arrow",
"async-trait",
@@ -2661,7 +2661,7 @@ dependencies = [
[[package]]
name = "datafusion-substrait"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"async-recursion",
"async-trait",
@@ -2682,7 +2682,7 @@ dependencies = [
[[package]]
name = "datafusion-wasmtest"
-version = "52.1.0"
+version = "52.2.0"
dependencies = [
"bytes",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 3bcf17d8ed..d057261f7a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,7 @@ repository = "https://github.com/apache/datafusion"
# Define Minimum Supported Rust Version (MSRV)
rust-version = "1.88.0"
# Define DataFusion version
-version = "52.1.0"
+version = "52.2.0"
[workspace.dependencies]
# We turn off default-features for some dependencies here so the workspaces
which inherit them can
@@ -112,43 +112,43 @@ chrono = { version = "0.4.44", default-features = false }
criterion = "0.8"
ctor = "0.6.3"
dashmap = "6.0.1"
-datafusion = { path = "datafusion/core", version = "52.1.0", default-features
= false }
-datafusion-catalog = { path = "datafusion/catalog", version = "52.1.0" }
-datafusion-catalog-listing = { path = "datafusion/catalog-listing", version =
"52.1.0" }
-datafusion-common = { path = "datafusion/common", version = "52.1.0",
default-features = false }
-datafusion-common-runtime = { path = "datafusion/common-runtime", version =
"52.1.0" }
-datafusion-datasource = { path = "datafusion/datasource", version = "52.1.0",
default-features = false }
-datafusion-datasource-arrow = { path = "datafusion/datasource-arrow", version
= "52.1.0", default-features = false }
-datafusion-datasource-avro = { path = "datafusion/datasource-avro", version =
"52.1.0", default-features = false }
-datafusion-datasource-csv = { path = "datafusion/datasource-csv", version =
"52.1.0", default-features = false }
-datafusion-datasource-json = { path = "datafusion/datasource-json", version =
"52.1.0", default-features = false }
-datafusion-datasource-parquet = { path = "datafusion/datasource-parquet",
version = "52.1.0", default-features = false }
-datafusion-doc = { path = "datafusion/doc", version = "52.1.0" }
-datafusion-execution = { path = "datafusion/execution", version = "52.1.0",
default-features = false }
-datafusion-expr = { path = "datafusion/expr", version = "52.1.0",
default-features = false }
-datafusion-expr-common = { path = "datafusion/expr-common", version = "52.1.0"
}
-datafusion-ffi = { path = "datafusion/ffi", version = "52.1.0" }
-datafusion-functions = { path = "datafusion/functions", version = "52.1.0" }
-datafusion-functions-aggregate = { path = "datafusion/functions-aggregate",
version = "52.1.0" }
-datafusion-functions-aggregate-common = { path =
"datafusion/functions-aggregate-common", version = "52.1.0" }
-datafusion-functions-nested = { path = "datafusion/functions-nested", version
= "52.1.0", default-features = false }
-datafusion-functions-table = { path = "datafusion/functions-table", version =
"52.1.0" }
-datafusion-functions-window = { path = "datafusion/functions-window", version
= "52.1.0" }
-datafusion-functions-window-common = { path =
"datafusion/functions-window-common", version = "52.1.0" }
-datafusion-macros = { path = "datafusion/macros", version = "52.1.0" }
-datafusion-optimizer = { path = "datafusion/optimizer", version = "52.1.0",
default-features = false }
-datafusion-physical-expr = { path = "datafusion/physical-expr", version =
"52.1.0", default-features = false }
-datafusion-physical-expr-adapter = { path =
"datafusion/physical-expr-adapter", version = "52.1.0", default-features =
false }
-datafusion-physical-expr-common = { path = "datafusion/physical-expr-common",
version = "52.1.0", default-features = false }
-datafusion-physical-optimizer = { path = "datafusion/physical-optimizer",
version = "52.1.0" }
-datafusion-physical-plan = { path = "datafusion/physical-plan", version =
"52.1.0" }
-datafusion-proto = { path = "datafusion/proto", version = "52.1.0" }
-datafusion-proto-common = { path = "datafusion/proto-common", version =
"52.1.0" }
-datafusion-pruning = { path = "datafusion/pruning", version = "52.1.0" }
-datafusion-session = { path = "datafusion/session", version = "52.1.0" }
-datafusion-spark = { path = "datafusion/spark", version = "52.1.0" }
-datafusion-sql = { path = "datafusion/sql", version = "52.1.0" }
-datafusion-substrait = { path = "datafusion/substrait", version = "52.1.0" }
+datafusion = { path = "datafusion/core", version = "52.2.0", default-features
= false }
+datafusion-catalog = { path = "datafusion/catalog", version = "52.2.0" }
+datafusion-catalog-listing = { path = "datafusion/catalog-listing", version =
"52.2.0" }
+datafusion-common = { path = "datafusion/common", version = "52.2.0",
default-features = false }
+datafusion-common-runtime = { path = "datafusion/common-runtime", version =
"52.2.0" }
+datafusion-datasource = { path = "datafusion/datasource", version = "52.2.0",
default-features = false }
+datafusion-datasource-arrow = { path = "datafusion/datasource-arrow", version
= "52.2.0", default-features = false }
+datafusion-datasource-avro = { path = "datafusion/datasource-avro", version =
"52.2.0", default-features = false }
+datafusion-datasource-csv = { path = "datafusion/datasource-csv", version =
"52.2.0", default-features = false }
+datafusion-datasource-json = { path = "datafusion/datasource-json", version =
"52.2.0", default-features = false }
+datafusion-datasource-parquet = { path = "datafusion/datasource-parquet",
version = "52.2.0", default-features = false }
+datafusion-doc = { path = "datafusion/doc", version = "52.2.0" }
+datafusion-execution = { path = "datafusion/execution", version = "52.2.0",
default-features = false }
+datafusion-expr = { path = "datafusion/expr", version = "52.2.0",
default-features = false }
+datafusion-expr-common = { path = "datafusion/expr-common", version = "52.2.0"
}
+datafusion-ffi = { path = "datafusion/ffi", version = "52.2.0" }
+datafusion-functions = { path = "datafusion/functions", version = "52.2.0" }
+datafusion-functions-aggregate = { path = "datafusion/functions-aggregate",
version = "52.2.0" }
+datafusion-functions-aggregate-common = { path =
"datafusion/functions-aggregate-common", version = "52.2.0" }
+datafusion-functions-nested = { path = "datafusion/functions-nested", version
= "52.2.0", default-features = false }
+datafusion-functions-table = { path = "datafusion/functions-table", version =
"52.2.0" }
+datafusion-functions-window = { path = "datafusion/functions-window", version
= "52.2.0" }
+datafusion-functions-window-common = { path =
"datafusion/functions-window-common", version = "52.2.0" }
+datafusion-macros = { path = "datafusion/macros", version = "52.2.0" }
+datafusion-optimizer = { path = "datafusion/optimizer", version = "52.2.0",
default-features = false }
+datafusion-physical-expr = { path = "datafusion/physical-expr", version =
"52.2.0", default-features = false }
+datafusion-physical-expr-adapter = { path =
"datafusion/physical-expr-adapter", version = "52.2.0", default-features =
false }
+datafusion-physical-expr-common = { path = "datafusion/physical-expr-common",
version = "52.2.0", default-features = false }
+datafusion-physical-optimizer = { path = "datafusion/physical-optimizer",
version = "52.2.0" }
+datafusion-physical-plan = { path = "datafusion/physical-plan", version =
"52.2.0" }
+datafusion-proto = { path = "datafusion/proto", version = "52.2.0" }
+datafusion-proto-common = { path = "datafusion/proto-common", version =
"52.2.0" }
+datafusion-pruning = { path = "datafusion/pruning", version = "52.2.0" }
+datafusion-session = { path = "datafusion/session", version = "52.2.0" }
+datafusion-spark = { path = "datafusion/spark", version = "52.2.0" }
+datafusion-sql = { path = "datafusion/sql", version = "52.2.0" }
+datafusion-substrait = { path = "datafusion/substrait", version = "52.2.0" }
doc-comment = "0.3"
env_logger = "0.11"
diff --git a/dev/changelog/52.2.0.md b/dev/changelog/52.2.0.md
new file mode 100644
index 0000000000..0801ec5e6a
--- /dev/null
+++ b/dev/changelog/52.2.0.md
@@ -0,0 +1,47 @@
+<!--
+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.
+-->
+
+# Apache DataFusion 52.2.0 Changelog
+
+This release consists of 5 commits from 3 contributors. See credits at the end
of this changelog for more information.
+
+See the [upgrade
guide](https://datafusion.apache.org/library-user-guide/upgrading.html) for
information on how to upgrade from previous versions.
+
+**Other:**
+
+- [branch-52] fix: filter pushdown when merge filter (#20110)
[#20289](https://github.com/apache/datafusion/pull/20289) (haohuaijin)
+- [branch-52] FilterExec should remap indices of parent dynamic filters
(#20286) [#20347](https://github.com/apache/datafusion/pull/20347) (alamb)
+- [branch-52] fix: validate inter-file ordering in eq_properties() (#20329)
[#20509](https://github.com/apache/datafusion/pull/20509) (alamb)
+- Fix name tracker (#19856)
[#20539](https://github.com/apache/datafusion/pull/20539) (hareshkh)
+- [branch-52] fix: HashJoin panic with dictionary-encoded columns in multi-key
joins (#20441) [#20512](https://github.com/apache/datafusion/pull/20512) (alamb)
+- [branch-52] Fix incorrect `SortExec` removal before `AggregateExec` (#20247)
[#20507](https://github.com/apache/datafusion/pull/20507) (alamb)
+- [branch-52] Update aws-smithy, bytes and time for security audits
[#20546](https://github.com/apache/datafusion/pull/20546) (alamb)
+- [branch-52] Clamp early aggregation emit to the sort boundary when using
partial group ordering (#20446)
[#20558](https://github.com/apache/datafusion/pull/20558) (alamb)
+
+## Credits
+
+Thank you to everyone who contributed to this release. Here is a breakdown of
commits (PRs merged) per contributor.
+
+```
+ 3 Andrew Lamb
+ 1 Haresh Khanna
+ 1 Huaijin
+```
+
+Thank you also to everyone who contributed in other ways such as filing
issues, reviewing PRs, and providing feedback on this release.
diff --git a/docs/source/user-guide/configs.md
b/docs/source/user-guide/configs.md
index e48f0a7c92..f33e6314d3 100644
--- a/docs/source/user-guide/configs.md
+++ b/docs/source/user-guide/configs.md
@@ -101,7 +101,7 @@ The following configuration settings are available:
| datafusion.execution.parquet.dictionary_page_size_limit |
1048576 | (writing) Sets best effort maximum dictionary page
size, in bytes
[...]
| datafusion.execution.parquet.statistics_enabled |
page | (writing) Sets if statistics are enabled for any
column Valid values are: "none", "chunk", and "page" These values are not case
sensitive. If NULL, uses default parquet writer setting
[...]
| datafusion.execution.parquet.max_row_group_size |
1048576 | (writing) Target maximum number of rows in each row
group (defaults to 1M rows). Writing larger row groups requires more memory to
write, but can get better compression and be faster to read.
[...]
-| datafusion.execution.parquet.created_by |
datafusion version 52.1.0 | (writing) Sets "created by" property
[...]
+| datafusion.execution.parquet.created_by |
datafusion version 52.2.0 | (writing) Sets "created by" property
[...]
| datafusion.execution.parquet.column_index_truncate_length | 64
| (writing) Sets column index truncate length
[...]
| datafusion.execution.parquet.statistics_truncate_length | 64
| (writing) Sets statistics truncate length. If NULL,
uses default parquet writer setting
[...]
| datafusion.execution.parquet.data_page_row_count_limit |
20000 | (writing) Sets best effort maximum number of rows
in data page
[...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]