Change version to 50.1.0 and add changelog (#17748)
diff --git a/Cargo.lock b/Cargo.lock
index 25bcaf6..3de69b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1845,7 +1845,7 @@
[[package]]
name = "datafusion"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"arrow-ipc",
@@ -1918,7 +1918,7 @@
[[package]]
name = "datafusion-benchmarks"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"datafusion",
@@ -1944,7 +1944,7 @@
[[package]]
name = "datafusion-catalog"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -1968,7 +1968,7 @@
[[package]]
name = "datafusion-catalog-listing"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -1989,7 +1989,7 @@
[[package]]
name = "datafusion-cli"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"assert_cmd",
@@ -2021,7 +2021,7 @@
[[package]]
name = "datafusion-common"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"ahash 0.8.12",
"apache-avro",
@@ -2049,7 +2049,7 @@
[[package]]
name = "datafusion-common-runtime"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"futures",
"log",
@@ -2058,7 +2058,7 @@
[[package]]
name = "datafusion-datasource"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-compression",
@@ -2094,7 +2094,7 @@
[[package]]
name = "datafusion-datasource-avro"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"apache-avro",
"arrow",
@@ -2119,7 +2119,7 @@
[[package]]
name = "datafusion-datasource-csv"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2142,7 +2142,7 @@
[[package]]
name = "datafusion-datasource-json"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2165,7 +2165,7 @@
[[package]]
name = "datafusion-datasource-parquet"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2198,11 +2198,11 @@
[[package]]
name = "datafusion-doc"
-version = "50.0.0"
+version = "50.1.0"
[[package]]
name = "datafusion-examples"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"arrow-flight",
@@ -2236,7 +2236,7 @@
[[package]]
name = "datafusion-execution"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2257,7 +2257,7 @@
[[package]]
name = "datafusion-expr"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2280,7 +2280,7 @@
[[package]]
name = "datafusion-expr-common"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2291,7 +2291,7 @@
[[package]]
name = "datafusion-ffi"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"abi_stable",
"arrow",
@@ -2312,7 +2312,7 @@
[[package]]
name = "datafusion-functions"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"arrow-buffer",
@@ -2341,7 +2341,7 @@
[[package]]
name = "datafusion-functions-aggregate"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"ahash 0.8.12",
"arrow",
@@ -2362,7 +2362,7 @@
[[package]]
name = "datafusion-functions-aggregate-common"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"ahash 0.8.12",
"arrow",
@@ -2375,7 +2375,7 @@
[[package]]
name = "datafusion-functions-nested"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"arrow-ord",
@@ -2397,7 +2397,7 @@
[[package]]
name = "datafusion-functions-table"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2411,7 +2411,7 @@
[[package]]
name = "datafusion-functions-window"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2427,7 +2427,7 @@
[[package]]
name = "datafusion-functions-window-common"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"datafusion-common",
"datafusion-physical-expr-common",
@@ -2435,7 +2435,7 @@
[[package]]
name = "datafusion-macros"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"datafusion-expr",
"quote",
@@ -2444,7 +2444,7 @@
[[package]]
name = "datafusion-optimizer"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2471,7 +2471,7 @@
[[package]]
name = "datafusion-physical-expr"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"ahash 0.8.12",
"arrow",
@@ -2497,7 +2497,7 @@
[[package]]
name = "datafusion-physical-expr-adapter"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2512,7 +2512,7 @@
[[package]]
name = "datafusion-physical-expr-common"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"ahash 0.8.12",
"arrow",
@@ -2524,7 +2524,7 @@
[[package]]
name = "datafusion-physical-optimizer"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2545,7 +2545,7 @@
[[package]]
name = "datafusion-physical-plan"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"ahash 0.8.12",
"arrow",
@@ -2582,7 +2582,7 @@
[[package]]
name = "datafusion-proto"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"chrono",
@@ -2605,7 +2605,7 @@
[[package]]
name = "datafusion-proto-common"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"datafusion-common",
@@ -2618,7 +2618,7 @@
[[package]]
name = "datafusion-pruning"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"arrow-schema",
@@ -2637,7 +2637,7 @@
[[package]]
name = "datafusion-session"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2659,7 +2659,7 @@
[[package]]
name = "datafusion-spark"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"chrono",
@@ -2680,7 +2680,7 @@
[[package]]
name = "datafusion-sql"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"bigdecimal",
@@ -2704,7 +2704,7 @@
[[package]]
name = "datafusion-sqllogictest"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"arrow",
"async-trait",
@@ -2738,7 +2738,7 @@
[[package]]
name = "datafusion-substrait"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"async-recursion",
"async-trait",
@@ -2758,7 +2758,7 @@
[[package]]
name = "datafusion-wasmtest"
-version = "50.0.0"
+version = "50.1.0"
dependencies = [
"chrono",
"console_error_panic_hook",
diff --git a/Cargo.toml b/Cargo.toml
index 49aac98..dd254bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -78,7 +78,7 @@
# Define Minimum Supported Rust Version (MSRV)
rust-version = "1.86.0"
# Define DataFusion version
-version = "50.0.0"
+version = "50.1.0"
[workspace.dependencies]
# We turn off default-features for some dependencies here so the workspaces which inherit them can
diff --git a/dev/changelog/50.1.0.md b/dev/changelog/50.1.0.md
new file mode 100644
index 0000000..e4ead4c
--- /dev/null
+++ b/dev/changelog/50.1.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 50.1.0 Changelog
+
+This release consists of 4 commits from 4 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-50] fix: ignore non-existent columns when adding filter equivalence info in FileScanConfig (#17546) [#17600](https://github.com/apache/datafusion/pull/17600) (rkrishn7)
+- [branch-50] fix: Ensure the CachedParquetFileReader respects the metadata prefetch hint (#17302) [#17613](https://github.com/apache/datafusion/pull/17613) (shehabgamin)
+- [branch-50] Partial AggregateMode will generate duplicate field names which will fail DFSchema construct to branch-50 [#17717](https://github.com/apache/datafusion/pull/17717) (zhuqi-lucas)
+- [branch-50]: feat: expose `udafs` and `udwfs` methods on `FunctionRegistry` (#17650) [#17725](https://github.com/apache/datafusion/pull/17725) (milenkovicm)
+- [branch-50] Backport change to avoid debug symbols in ci builds to 50.0.0 [#17795](https://github.com/apache/datafusion/pull/17795) (alamb)
+- [branch-50] Backport Prevent exponential planning time for Window functions - v2 #17684 [#17778](https://github.com/apache/datafusion/pull/17778) (alamb)
+- [branch-50] Fix potential overflow when we print verbose physical plan [#17804](https://github.com/apache/datafusion/pull/17804) (zhuqi-lucas)
+
+## Credits
+
+Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
+
+```
+ 1 Marko Milenković
+ 1 Qi Zhu
+ 1 Rohan Krishnaswamy
+ 1 Shehab Amin
+```
+
+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 3d47309..ca9c2f4 100644
--- a/docs/source/user-guide/configs.md
+++ b/docs/source/user-guide/configs.md
@@ -97,7 +97,7 @@
| 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 50.0.0 | (writing) Sets "created by" property |
+| datafusion.execution.parquet.created_by | datafusion version 50.1.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 |