This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch branch-49
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/branch-49 by this push:
     new f43df3f2ae [branch-49] Prepare `49.0.2` version and changelog (#17277)
f43df3f2ae is described below

commit f43df3f2ae3aafb347996c58e852cc378807095b
Author: Andrew Lamb <and...@nerdnetworks.org>
AuthorDate: Thu Aug 21 14:49:49 2025 -0700

    [branch-49] Prepare `49.0.2` version and changelog (#17277)
    
    * Update versio to 49.0.2
    
    * Add changelog
    
    * update configuration docs
---
 Cargo.lock                        | 80 +++++++++++++++++++--------------------
 Cargo.toml                        |  2 +-
 dev/changelog/49.0.2.md           | 45 ++++++++++++++++++++++
 docs/source/user-guide/configs.md |  2 +-
 4 files changed, 87 insertions(+), 42 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 6706ed46c0..8ffdb8c640 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1818,7 +1818,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "arrow-ipc",
@@ -1890,7 +1890,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-benchmarks"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "datafusion",
@@ -1914,7 +1914,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-catalog"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -1938,7 +1938,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-catalog-listing"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -1959,7 +1959,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-cli"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "assert_cmd",
@@ -1991,7 +1991,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-common"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "ahash 0.8.12",
  "apache-avro",
@@ -2019,7 +2019,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-common-runtime"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "futures",
  "log",
@@ -2028,7 +2028,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-datasource"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-compression",
@@ -2063,7 +2063,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-datasource-avro"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "apache-avro",
  "arrow",
@@ -2088,7 +2088,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-datasource-csv"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2111,7 +2111,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-datasource-json"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2134,7 +2134,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-datasource-parquet"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2166,11 +2166,11 @@ dependencies = [
 
 [[package]]
 name = "datafusion-doc"
-version = "49.0.1"
+version = "49.0.2"
 
 [[package]]
 name = "datafusion-examples"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "arrow-flight",
@@ -2201,7 +2201,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-execution"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "chrono",
@@ -2220,7 +2220,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-expr"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2243,7 +2243,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-expr-common"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -2254,7 +2254,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-ffi"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "abi_stable",
  "arrow",
@@ -2275,7 +2275,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-functions"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "arrow-buffer",
@@ -2304,7 +2304,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-functions-aggregate"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2325,7 +2325,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-functions-aggregate-common"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2338,7 +2338,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-functions-nested"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "arrow-ord",
@@ -2360,7 +2360,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-functions-table"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2374,7 +2374,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-functions-window"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -2390,7 +2390,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-functions-window-common"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "datafusion-common",
  "datafusion-physical-expr-common",
@@ -2398,7 +2398,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-macros"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "datafusion-expr",
  "quote",
@@ -2407,7 +2407,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-optimizer"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2434,7 +2434,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-physical-expr"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2459,7 +2459,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-physical-expr-common"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2471,7 +2471,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-physical-optimizer"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -2492,7 +2492,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-physical-plan"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "ahash 0.8.12",
  "arrow",
@@ -2528,7 +2528,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-proto"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "chrono",
@@ -2550,7 +2550,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-proto-common"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "datafusion-common",
@@ -2563,7 +2563,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-pruning"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "arrow-schema",
@@ -2582,7 +2582,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-session"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2604,7 +2604,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-spark"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "criterion",
@@ -2620,7 +2620,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-sql"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "bigdecimal",
@@ -2644,7 +2644,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-sqllogictest"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "arrow",
  "async-trait",
@@ -2677,7 +2677,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-substrait"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "async-recursion",
  "async-trait",
@@ -2697,7 +2697,7 @@ dependencies = [
 
 [[package]]
 name = "datafusion-wasmtest"
-version = "49.0.1"
+version = "49.0.2"
 dependencies = [
  "chrono",
  "console_error_panic_hook",
diff --git a/Cargo.toml b/Cargo.toml
index 742e2b8a19..601d11f12d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ repository = "https://github.com/apache/datafusion";
 # Define Minimum Supported Rust Version (MSRV)
 rust-version = "1.85.1"
 # Define DataFusion version
-version = "49.0.1"
+version = "49.0.2"
 
 [workspace.dependencies]
 # We turn off default-features for some dependencies here so the workspaces 
which inherit them can
diff --git a/dev/changelog/49.0.2.md b/dev/changelog/49.0.2.md
new file mode 100644
index 0000000000..7e6fc3e7eb
--- /dev/null
+++ b/dev/changelog/49.0.2.md
@@ -0,0 +1,45 @@
+<!--
+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 49.0.2 Changelog
+
+This release consists of 3 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.
+
+**Fixed bugs:**
+
+- fix: align `array_has` null buffer for scalar (#17272) 
[#17274](https://github.com/apache/datafusion/pull/17274) (comphead)
+
+**Other:**
+
+- [branch-49] Backport fix: deserialization error for FilterExec (predicates 
with inlist) [#17254](https://github.com/apache/datafusion/pull/17254) 
(haohuaijin)
+- [branch-49] FFI_RecordBatchStream was causing a memory leak (#17190) 
[#17270](https://github.com/apache/datafusion/pull/17270) (timsaucer)
+
+## Credits
+
+Thank you to everyone who contributed to this release. Here is a breakdown of 
commits (PRs merged) per contributor.
+
+```
+     1 Huaijin
+     1 Oleks V
+     1 Tim Saucer
+```
+
+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 dc950de01f..d453cb0684 100644
--- a/docs/source/user-guide/configs.md
+++ b/docs/source/user-guide/configs.md
@@ -70,7 +70,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 49.0.1 | (writing) Sets "created by" property                
                                                                                
                                                                                
                                                                                
                                                                                
                 [...]
+| datafusion.execution.parquet.created_by                                 | 
datafusion version 49.0.2 | (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                                                                    
                                                                                
                                                                                
                                                                                
                   [...]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to