[branch-48] Prepare 48.0.1 ad CHANGELOG (#16679)

* Update version to 48.0.1

* Add link to upgrade guide in changelog script

* prettier

* update guide
diff --git a/Cargo.lock b/Cargo.lock
index 77f0e8d..6c29588 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1808,7 +1808,7 @@
 
 [[package]]
 name = "datafusion"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "arrow-ipc",
@@ -1878,7 +1878,7 @@
 
 [[package]]
 name = "datafusion-benchmarks"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "datafusion",
@@ -1902,7 +1902,7 @@
 
 [[package]]
 name = "datafusion-catalog"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -1926,7 +1926,7 @@
 
 [[package]]
 name = "datafusion-catalog-listing"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -1947,7 +1947,7 @@
 
 [[package]]
 name = "datafusion-cli"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "assert_cmd",
@@ -1976,7 +1976,7 @@
 
 [[package]]
 name = "datafusion-common"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "ahash 0.8.12",
  "apache-avro",
@@ -2003,7 +2003,7 @@
 
 [[package]]
 name = "datafusion-common-runtime"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "futures",
  "log",
@@ -2012,7 +2012,7 @@
 
 [[package]]
 name = "datafusion-datasource"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-compression",
@@ -2047,7 +2047,7 @@
 
 [[package]]
 name = "datafusion-datasource-avro"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "apache-avro",
  "arrow",
@@ -2072,7 +2072,7 @@
 
 [[package]]
 name = "datafusion-datasource-csv"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2095,7 +2095,7 @@
 
 [[package]]
 name = "datafusion-datasource-json"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2118,7 +2118,7 @@
 
 [[package]]
 name = "datafusion-datasource-parquet"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2148,11 +2148,11 @@
 
 [[package]]
 name = "datafusion-doc"
-version = "48.0.0"
+version = "48.0.1"
 
 [[package]]
 name = "datafusion-examples"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "arrow-flight",
@@ -2182,7 +2182,7 @@
 
 [[package]]
 name = "datafusion-execution"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "chrono",
@@ -2201,7 +2201,7 @@
 
 [[package]]
 name = "datafusion-expr"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "chrono",
@@ -2223,7 +2223,7 @@
 
 [[package]]
 name = "datafusion-expr-common"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -2234,7 +2234,7 @@
 
 [[package]]
 name = "datafusion-ffi"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "abi_stable",
  "arrow",
@@ -2255,7 +2255,7 @@
 
 [[package]]
 name = "datafusion-functions"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "arrow-buffer",
@@ -2284,7 +2284,7 @@
 
 [[package]]
 name = "datafusion-functions-aggregate"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2305,7 +2305,7 @@
 
 [[package]]
 name = "datafusion-functions-aggregate-common"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2318,7 +2318,7 @@
 
 [[package]]
 name = "datafusion-functions-nested"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "arrow-ord",
@@ -2339,7 +2339,7 @@
 
 [[package]]
 name = "datafusion-functions-table"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2353,7 +2353,7 @@
 
 [[package]]
 name = "datafusion-functions-window"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -2369,7 +2369,7 @@
 
 [[package]]
 name = "datafusion-functions-window-common"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "datafusion-common",
  "datafusion-physical-expr-common",
@@ -2377,7 +2377,7 @@
 
 [[package]]
 name = "datafusion-macros"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "datafusion-expr",
  "quote",
@@ -2386,7 +2386,7 @@
 
 [[package]]
 name = "datafusion-optimizer"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2412,7 +2412,7 @@
 
 [[package]]
 name = "datafusion-physical-expr"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2437,7 +2437,7 @@
 
 [[package]]
 name = "datafusion-physical-expr-common"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2449,7 +2449,7 @@
 
 [[package]]
 name = "datafusion-physical-optimizer"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -2468,7 +2468,7 @@
 
 [[package]]
 name = "datafusion-physical-plan"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2504,7 +2504,7 @@
 
 [[package]]
 name = "datafusion-proto"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "chrono",
@@ -2526,7 +2526,7 @@
 
 [[package]]
 name = "datafusion-proto-common"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -2539,7 +2539,7 @@
 
 [[package]]
 name = "datafusion-session"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2561,7 +2561,7 @@
 
 [[package]]
 name = "datafusion-spark"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "datafusion-catalog",
@@ -2575,7 +2575,7 @@
 
 [[package]]
 name = "datafusion-sql"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "bigdecimal",
@@ -2599,7 +2599,7 @@
 
 [[package]]
 name = "datafusion-sqllogictest"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2632,7 +2632,7 @@
 
 [[package]]
 name = "datafusion-substrait"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "async-recursion",
  "async-trait",
@@ -2652,7 +2652,7 @@
 
 [[package]]
 name = "datafusion-wasmtest"
-version = "48.0.0"
+version = "48.0.1"
 dependencies = [
  "chrono",
  "console_error_panic_hook",
diff --git a/Cargo.toml b/Cargo.toml
index 64483ee..366701b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,7 +76,7 @@
 # Define Minimum Supported Rust Version (MSRV)
 rust-version = "1.82.0"
 # Define DataFusion version
-version = "48.0.0"
+version = "48.0.1"
 
 [workspace.dependencies]
 # We turn off default-features for some dependencies here so the workspaces which inherit them can
@@ -108,39 +108,39 @@
 criterion = "0.5.1"
 ctor = "0.4.0"
 dashmap = "6.0.1"
-datafusion = { path = "datafusion/core", version = "48.0.0", default-features = false }
-datafusion-catalog = { path = "datafusion/catalog", version = "48.0.0" }
-datafusion-catalog-listing = { path = "datafusion/catalog-listing", version = "48.0.0" }
-datafusion-common = { path = "datafusion/common", version = "48.0.0", default-features = false }
-datafusion-common-runtime = { path = "datafusion/common-runtime", version = "48.0.0" }
-datafusion-datasource = { path = "datafusion/datasource", version = "48.0.0", default-features = false }
-datafusion-datasource-avro = { path = "datafusion/datasource-avro", version = "48.0.0", default-features = false }
-datafusion-datasource-csv = { path = "datafusion/datasource-csv", version = "48.0.0", default-features = false }
-datafusion-datasource-json = { path = "datafusion/datasource-json", version = "48.0.0", default-features = false }
-datafusion-datasource-parquet = { path = "datafusion/datasource-parquet", version = "48.0.0", default-features = false }
-datafusion-doc = { path = "datafusion/doc", version = "48.0.0" }
-datafusion-execution = { path = "datafusion/execution", version = "48.0.0" }
-datafusion-expr = { path = "datafusion/expr", version = "48.0.0" }
-datafusion-expr-common = { path = "datafusion/expr-common", version = "48.0.0" }
-datafusion-ffi = { path = "datafusion/ffi", version = "48.0.0" }
-datafusion-functions = { path = "datafusion/functions", version = "48.0.0" }
-datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "48.0.0" }
-datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "48.0.0" }
-datafusion-functions-nested = { path = "datafusion/functions-nested", version = "48.0.0" }
-datafusion-functions-table = { path = "datafusion/functions-table", version = "48.0.0" }
-datafusion-functions-window = { path = "datafusion/functions-window", version = "48.0.0" }
-datafusion-functions-window-common = { path = "datafusion/functions-window-common", version = "48.0.0" }
-datafusion-macros = { path = "datafusion/macros", version = "48.0.0" }
-datafusion-optimizer = { path = "datafusion/optimizer", version = "48.0.0", default-features = false }
-datafusion-physical-expr = { path = "datafusion/physical-expr", version = "48.0.0", default-features = false }
-datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "48.0.0", default-features = false }
-datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "48.0.0" }
-datafusion-physical-plan = { path = "datafusion/physical-plan", version = "48.0.0" }
-datafusion-proto = { path = "datafusion/proto", version = "48.0.0" }
-datafusion-proto-common = { path = "datafusion/proto-common", version = "48.0.0" }
-datafusion-session = { path = "datafusion/session", version = "48.0.0" }
-datafusion-spark = { path = "datafusion/spark", version = "48.0.0" }
-datafusion-sql = { path = "datafusion/sql", version = "48.0.0" }
+datafusion = { path = "datafusion/core", version = "48.0.1", default-features = false }
+datafusion-catalog = { path = "datafusion/catalog", version = "48.0.1" }
+datafusion-catalog-listing = { path = "datafusion/catalog-listing", version = "48.0.1" }
+datafusion-common = { path = "datafusion/common", version = "48.0.1", default-features = false }
+datafusion-common-runtime = { path = "datafusion/common-runtime", version = "48.0.1" }
+datafusion-datasource = { path = "datafusion/datasource", version = "48.0.1", default-features = false }
+datafusion-datasource-avro = { path = "datafusion/datasource-avro", version = "48.0.1", default-features = false }
+datafusion-datasource-csv = { path = "datafusion/datasource-csv", version = "48.0.1", default-features = false }
+datafusion-datasource-json = { path = "datafusion/datasource-json", version = "48.0.1", default-features = false }
+datafusion-datasource-parquet = { path = "datafusion/datasource-parquet", version = "48.0.1", default-features = false }
+datafusion-doc = { path = "datafusion/doc", version = "48.0.1" }
+datafusion-execution = { path = "datafusion/execution", version = "48.0.1" }
+datafusion-expr = { path = "datafusion/expr", version = "48.0.1" }
+datafusion-expr-common = { path = "datafusion/expr-common", version = "48.0.1" }
+datafusion-ffi = { path = "datafusion/ffi", version = "48.0.1" }
+datafusion-functions = { path = "datafusion/functions", version = "48.0.1" }
+datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "48.0.1" }
+datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "48.0.1" }
+datafusion-functions-nested = { path = "datafusion/functions-nested", version = "48.0.1" }
+datafusion-functions-table = { path = "datafusion/functions-table", version = "48.0.1" }
+datafusion-functions-window = { path = "datafusion/functions-window", version = "48.0.1" }
+datafusion-functions-window-common = { path = "datafusion/functions-window-common", version = "48.0.1" }
+datafusion-macros = { path = "datafusion/macros", version = "48.0.1" }
+datafusion-optimizer = { path = "datafusion/optimizer", version = "48.0.1", default-features = false }
+datafusion-physical-expr = { path = "datafusion/physical-expr", version = "48.0.1", default-features = false }
+datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "48.0.1", default-features = false }
+datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "48.0.1" }
+datafusion-physical-plan = { path = "datafusion/physical-plan", version = "48.0.1" }
+datafusion-proto = { path = "datafusion/proto", version = "48.0.1" }
+datafusion-proto-common = { path = "datafusion/proto-common", version = "48.0.1" }
+datafusion-session = { path = "datafusion/session", version = "48.0.1" }
+datafusion-spark = { path = "datafusion/spark", version = "48.0.1" }
+datafusion-sql = { path = "datafusion/sql", version = "48.0.1" }
 doc-comment = "0.3"
 env_logger = "0.11"
 futures = "0.3"
diff --git a/dev/changelog/48.0.1.md b/dev/changelog/48.0.1.md
new file mode 100644
index 0000000..dcd4cc9
--- /dev/null
+++ b/dev/changelog/48.0.1.md
@@ -0,0 +1,41 @@
+<!--
+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 48.0.1 Changelog
+
+This release consists of 3 commits from 2 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.
+
+**Bug Fixes:**
+
+- [branch-48] Set the default value of datafusion.execution.collect_statistics to true #16447 [#16659](https://github.com/apache/datafusion/pull/16659) (blaginin)
+- [branch-48] Fix parquet filter_pushdown: respect parquet filter pushdown config i… [#16656](https://github.com/apache/datafusion/pull/16656) (alamb)
+- [branch-48] fix: column indices in FFI partition evaluator (#16480) [#16657](https://github.com/apache/datafusion/pull/16657) (alamb)
+
+## Credits
+
+Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
+
+```
+     2	Andrew Lamb
+     1	Dmitrii Blaginin
+```
+
+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/dev/release/generate-changelog.py b/dev/release/generate-changelog.py
index 1349416..830d329 100755
--- a/dev/release/generate-changelog.py
+++ b/dev/release/generate-changelog.py
@@ -124,6 +124,9 @@
     print(f"This release consists of {commit_count} commits from {contributor_count} contributors. "
           f"See credits at the end of this changelog for more information.\n")
 
+    print("See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgrading.html) "
+           "for information on how to upgrade from previous versions.\n")
+
     print_pulls(repo_name, "Breaking changes", breaking)
     print_pulls(repo_name, "Performance related", performance)
     print_pulls(repo_name, "Implemented enhancements", enhancements)
diff --git a/docs/source/user-guide/configs.md b/docs/source/user-guide/configs.md
index d591d23..05cc366 100644
--- a/docs/source/user-guide/configs.md
+++ b/docs/source/user-guide/configs.md
@@ -70,7 +70,7 @@
 | 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 48.0.0 | (writing) Sets "created by" property                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
+| datafusion.execution.parquet.created_by                                 | datafusion version 48.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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |