This is an automated email from the ASF dual-hosted git repository. xudong963 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 7d3bf52d22 Add note for planning release in Upgrade Guides (#16534) 7d3bf52d22 is described below commit 7d3bf52d22360e95e26bc6253b505c294bde982b Author: xudong.w <wxd963996...@gmail.com> AuthorDate: Wed Jun 25 09:53:36 2025 +0800 Add note for planning release in Upgrade Guides (#16534) * Add note for planning release in Upgrade Guides * Update docs/source/library-user-guide/upgrading.md Co-authored-by: Andrew Lamb <and...@nerdnetworks.org> --------- Co-authored-by: Andrew Lamb <and...@nerdnetworks.org> --- docs/source/library-user-guide/upgrading.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/library-user-guide/upgrading.md b/docs/source/library-user-guide/upgrading.md index e74d415d82..499e7b1430 100644 --- a/docs/source/library-user-guide/upgrading.md +++ b/docs/source/library-user-guide/upgrading.md @@ -21,6 +21,9 @@ ## DataFusion `49.0.0` +**Note:** DataFusion `49.0.0` has not been released yet. The information provided in this section pertains to features and changes that have already been merged to the main branch and are awaiting release in this version. +You can see the current [status of the `49.0.0 `release here](https://github.com/apache/datafusion/issues/16235) + ### `datafusion.execution.collect_statistics` now defaults to `true` The default value of the `datafusion.execution.collect_statistics` configuration --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org