From be02b770eb1584c49a18a128a666e8505961a579 Mon Sep 17 00:00:00 2001 From: xudong963 Date: Sat, 15 Mar 2025 14:30:13 +0800 Subject: [PATCH] Update version to 46.0.1, add CHANGELOG --- Cargo.lock | 66 +++++++++++++++---------------- Cargo.toml | 56 +++++++++++++------------- dev/changelog/46.0.1.md | 38 ++++++++++++++++++ docs/source/user-guide/configs.md | 2 +- 4 files changed, 100 insertions(+), 62 deletions(-) create mode 100644 dev/changelog/46.0.1.md diff --git a/Cargo.lock b/Cargo.lock index d1f63ef001a7..1dc438fb8db2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1718,7 +1718,7 @@ dependencies = [ [[package]] name = "datafusion" -version = "46.0.0" +version = "46.0.1" dependencies = [ "apache-avro", "arrow", @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "datafusion-benchmarks" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "datafusion", @@ -1808,7 +1808,7 @@ dependencies = [ [[package]] name = "datafusion-catalog" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "async-trait", @@ -1827,7 +1827,7 @@ dependencies = [ [[package]] name = "datafusion-catalog-listing" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "async-trait", @@ -1848,7 +1848,7 @@ dependencies = [ [[package]] name = "datafusion-cli" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "assert_cmd", @@ -1875,7 +1875,7 @@ dependencies = [ [[package]] name = "datafusion-common" -version = "46.0.0" +version = "46.0.1" dependencies = [ "ahash 0.8.11", "apache-avro", @@ -1901,7 +1901,7 @@ dependencies = [ [[package]] name = "datafusion-common-runtime" -version = "46.0.0" +version = "46.0.1" dependencies = [ "log", "tokio", @@ -1909,7 +1909,7 @@ dependencies = [ [[package]] name = "datafusion-datasource" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "async-compression", @@ -1942,11 +1942,11 @@ dependencies = [ [[package]] name = "datafusion-doc" -version = "46.0.0" +version = "46.0.1" [[package]] name = "datafusion-examples" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "arrow-flight", @@ -1973,7 +1973,7 @@ dependencies = [ [[package]] name = "datafusion-execution" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "chrono", @@ -1991,7 +1991,7 @@ dependencies = [ [[package]] name = "datafusion-expr" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "chrono", @@ -2012,7 +2012,7 @@ dependencies = [ [[package]] name = "datafusion-expr-common" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "datafusion-common", @@ -2023,7 +2023,7 @@ dependencies = [ [[package]] name = "datafusion-ffi" -version = "46.0.0" +version = "46.0.1" dependencies = [ "abi_stable", "arrow", @@ -2041,7 +2041,7 @@ dependencies = [ [[package]] name = "datafusion-functions" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "arrow-buffer", @@ -2070,7 +2070,7 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate" -version = "46.0.0" +version = "46.0.1" dependencies = [ "ahash 0.8.11", "arrow", @@ -2091,7 +2091,7 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate-common" -version = "46.0.0" +version = "46.0.1" dependencies = [ "ahash 0.8.11", "arrow", @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "datafusion-functions-nested" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "arrow-ord", @@ -2125,7 +2125,7 @@ dependencies = [ [[package]] name = "datafusion-functions-table" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "async-trait", @@ -2139,7 +2139,7 @@ dependencies = [ [[package]] name = "datafusion-functions-window" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "datafusion-common", @@ -2155,7 +2155,7 @@ dependencies = [ [[package]] name = "datafusion-functions-window-common" -version = "46.0.0" +version = "46.0.1" dependencies = [ "datafusion-common", "datafusion-physical-expr-common", @@ -2163,7 +2163,7 @@ dependencies = [ [[package]] name = "datafusion-macros" -version = "46.0.0" +version = "46.0.1" dependencies = [ "datafusion-expr", "quote", @@ -2172,7 +2172,7 @@ dependencies = [ [[package]] name = "datafusion-optimizer" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "async-trait", @@ -2196,7 +2196,7 @@ dependencies = [ [[package]] name = "datafusion-physical-expr" -version = "46.0.0" +version = "46.0.1" dependencies = [ "ahash 0.8.11", "arrow", @@ -2220,7 +2220,7 @@ dependencies = [ [[package]] name = "datafusion-physical-expr-common" -version = "46.0.0" +version = "46.0.1" dependencies = [ "ahash 0.8.11", "arrow", @@ -2232,7 +2232,7 @@ dependencies = [ [[package]] name = "datafusion-physical-optimizer" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "datafusion-common", @@ -2250,7 +2250,7 @@ dependencies = [ [[package]] name = "datafusion-physical-plan" -version = "46.0.0" +version = "46.0.1" dependencies = [ "ahash 0.8.11", "arrow", @@ -2284,7 +2284,7 @@ dependencies = [ [[package]] name = "datafusion-proto" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "chrono", @@ -2307,7 +2307,7 @@ dependencies = [ [[package]] name = "datafusion-proto-common" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "datafusion-common", @@ -2320,7 +2320,7 @@ dependencies = [ [[package]] name = "datafusion-sql" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "bigdecimal", @@ -2343,7 +2343,7 @@ dependencies = [ [[package]] name = "datafusion-sqllogictest" -version = "46.0.0" +version = "46.0.1" dependencies = [ "arrow", "async-trait", @@ -2374,7 +2374,7 @@ dependencies = [ [[package]] name = "datafusion-substrait" -version = "46.0.0" +version = "46.0.1" dependencies = [ "async-recursion", "async-trait", @@ -2393,7 +2393,7 @@ dependencies = [ [[package]] name = "datafusion-wasmtest" -version = "46.0.0" +version = "46.0.1" dependencies = [ "chrono", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index 627a50d38d78..73e82580ce3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ repository = "https://github.com/apache/datafusion" # Define Minimum Supported Rust Version (MSRV) rust-version = "1.82.0" # Define DataFusion version -version = "46.0.0" +version = "46.0.1" [workspace.dependencies] # We turn off default-features for some dependencies here so the workspaces which inherit them can @@ -100,33 +100,33 @@ chrono = { version = "0.4.38", default-features = false } criterion = "0.5.1" ctor = "0.2.9" dashmap = "6.0.1" -datafusion = { path = "datafusion/core", version = "46.0.0", default-features = false } -datafusion-catalog = { path = "datafusion/catalog", version = "46.0.0" } -datafusion-catalog-listing = { path = "datafusion/catalog-listing", version = "46.0.0" } -datafusion-common = { path = "datafusion/common", version = "46.0.0", default-features = false } -datafusion-common-runtime = { path = "datafusion/common-runtime", version = "46.0.0" } -datafusion-datasource = { path = "datafusion/datasource", version = "46.0.0", default-features = false } -datafusion-doc = { path = "datafusion/doc", version = "46.0.0" } -datafusion-execution = { path = "datafusion/execution", version = "46.0.0" } -datafusion-expr = { path = "datafusion/expr", version = "46.0.0" } -datafusion-expr-common = { path = "datafusion/expr-common", version = "46.0.0" } -datafusion-ffi = { path = "datafusion/ffi", version = "46.0.0" } -datafusion-functions = { path = "datafusion/functions", version = "46.0.0" } -datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "46.0.0" } -datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "46.0.0" } -datafusion-functions-nested = { path = "datafusion/functions-nested", version = "46.0.0" } -datafusion-functions-table = { path = "datafusion/functions-table", version = "46.0.0" } -datafusion-functions-window = { path = "datafusion/functions-window", version = "46.0.0" } -datafusion-functions-window-common = { path = "datafusion/functions-window-common", version = "46.0.0" } -datafusion-macros = { path = "datafusion/macros", version = "46.0.0" } -datafusion-optimizer = { path = "datafusion/optimizer", version = "46.0.0", default-features = false } -datafusion-physical-expr = { path = "datafusion/physical-expr", version = "46.0.0", default-features = false } -datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "46.0.0", default-features = false } -datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "46.0.0" } -datafusion-physical-plan = { path = "datafusion/physical-plan", version = "46.0.0" } -datafusion-proto = { path = "datafusion/proto", version = "46.0.0" } -datafusion-proto-common = { path = "datafusion/proto-common", version = "46.0.0" } -datafusion-sql = { path = "datafusion/sql", version = "46.0.0" } +datafusion = { path = "datafusion/core", version = "46.0.1", default-features = false } +datafusion-catalog = { path = "datafusion/catalog", version = "46.0.1" } +datafusion-catalog-listing = { path = "datafusion/catalog-listing", version = "46.0.1" } +datafusion-common = { path = "datafusion/common", version = "46.0.1", default-features = false } +datafusion-common-runtime = { path = "datafusion/common-runtime", version = "46.0.1" } +datafusion-datasource = { path = "datafusion/datasource", version = "46.0.1", default-features = false } +datafusion-doc = { path = "datafusion/doc", version = "46.0.1" } +datafusion-execution = { path = "datafusion/execution", version = "46.0.1" } +datafusion-expr = { path = "datafusion/expr", version = "46.0.1" } +datafusion-expr-common = { path = "datafusion/expr-common", version = "46.0.1" } +datafusion-ffi = { path = "datafusion/ffi", version = "46.0.1" } +datafusion-functions = { path = "datafusion/functions", version = "46.0.1" } +datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "46.0.1" } +datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "46.0.1" } +datafusion-functions-nested = { path = "datafusion/functions-nested", version = "46.0.1" } +datafusion-functions-table = { path = "datafusion/functions-table", version = "46.0.1" } +datafusion-functions-window = { path = "datafusion/functions-window", version = "46.0.1" } +datafusion-functions-window-common = { path = "datafusion/functions-window-common", version = "46.0.1" } +datafusion-macros = { path = "datafusion/macros", version = "46.0.1" } +datafusion-optimizer = { path = "datafusion/optimizer", version = "46.0.1", default-features = false } +datafusion-physical-expr = { path = "datafusion/physical-expr", version = "46.0.1", default-features = false } +datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "46.0.1", default-features = false } +datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "46.0.1" } +datafusion-physical-plan = { path = "datafusion/physical-plan", version = "46.0.1" } +datafusion-proto = { path = "datafusion/proto", version = "46.0.1" } +datafusion-proto-common = { path = "datafusion/proto-common", version = "46.0.1" } +datafusion-sql = { path = "datafusion/sql", version = "46.0.1" } doc-comment = "0.3" env_logger = "0.11" futures = "0.3" diff --git a/dev/changelog/46.0.1.md b/dev/changelog/46.0.1.md new file mode 100644 index 000000000000..17308bea87ac --- /dev/null +++ b/dev/changelog/46.0.1.md @@ -0,0 +1,38 @@ + + +# Apache DataFusion 46.0.1 Changelog + +This release consists of 3 commits from 1 contributors. See credits at the end of this changelog for more information. + +**Other:** + +- [branch-46] Update ring to v0.17.13 (#15063) [#15228](https://github.com/apache/datafusion/pull/15228) (alamb) +- [branch-46] Fix broken `serde` feature (#15124) [#15227](https://github.com/apache/datafusion/pull/15227) (alamb) +- [branch-46] Fix wasm32 build on version 46 [#15229](https://github.com/apache/datafusion/pull/15229) (alamb) + +## Credits + +Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor. + +``` + 3 Andrew Lamb +``` + +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 8c4aad51077c..3f5fc53f1cc6 100644 --- a/docs/source/user-guide/configs.md +++ b/docs/source/user-guide/configs.md @@ -68,7 +68,7 @@ Environment variables are read during `SessionConfig` initialisation so they mus | 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_statistics_size | 4096 | (writing) Sets max statistics size for any column. If NULL, uses default parquet writer setting max_statistics_size is deprecated, currently it is not being used | | 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 46.0.0 | (writing) Sets "created by" property | +| datafusion.execution.parquet.created_by | datafusion version 46.0.1 | (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 | NULL | (writing) Sets statictics 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 |