This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit ef6fb7b9f020a763711fe5e7195f39b9fe0c558a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 12 15:49:44 2026 +0000
Publish built docs triggered by 2fb9fb3fb997255710bca87ba3514a6bf734ce91
---
_sources/library-user-guide/upgrading.md.txt | 4 ----
_sources/user-guide/configs.md.txt | 2 +-
library-user-guide/upgrading.html | 2 --
searchindex.js | 2 +-
user-guide/configs.html | 2 +-
5 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/_sources/library-user-guide/upgrading.md.txt
b/_sources/library-user-guide/upgrading.md.txt
index a308e69310..157e0339e1 100644
--- a/_sources/library-user-guide/upgrading.md.txt
+++ b/_sources/library-user-guide/upgrading.md.txt
@@ -120,10 +120,6 @@ See [`SimplifyContext`
documentation](https://docs.rs/datafusion-expr/latest/dat
## DataFusion `52.0.0`
-**Note:** DataFusion `52.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 `52.0.0`release
here](https://github.com/apache/datafusion/issues/18566)
-
### Changes to DFSchema API
To permit more efficient planning, several methods on `DFSchema` have been
diff --git a/_sources/user-guide/configs.md.txt
b/_sources/user-guide/configs.md.txt
index 99c94b2c78..f0ee0cbbc4 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -101,7 +101,7 @@ The following configuration settings are available:
| 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 51.0.0 | (writing) Sets "created by" property
[...]
+| datafusion.execution.parquet.created_by |
datafusion version 52.0.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
[...]
diff --git a/library-user-guide/upgrading.html
b/library-user-guide/upgrading.html
index e8c53d265c..8843eb2e36 100644
--- a/library-user-guide/upgrading.html
+++ b/library-user-guide/upgrading.html
@@ -487,8 +487,6 @@
</section>
<section id="datafusion-52-0-0">
<h2>DataFusion <code class="docutils literal notranslate"><span
class="pre">52.0.0</span></code><a class="headerlink" href="#datafusion-52-0-0"
title="Link to this heading">#</a></h2>
-<p><strong>Note:</strong> DataFusion <code class="docutils literal
notranslate"><span class="pre">52.0.0</span></code> 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.</p>
-<p>You can see the current <a class="reference external"
href="https://github.com/apache/datafusion/issues/18566">status of the <code
class="docutils literal notranslate"><span
class="pre">52.0.0</span></code>release here</a></p>
<section id="changes-to-dfschema-api">
<h3>Changes to DFSchema API<a class="headerlink"
href="#changes-to-dfschema-api" title="Link to this heading">#</a></h3>
<p>To permit more efficient planning, several methods on <code class="docutils
literal notranslate"><span class="pre">DFSchema</span></code> have been
diff --git a/searchindex.js b/searchindex.js
index 75f097d9ba..3ee3cc4fd5 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[61,"op-neq"]],"!~":[[61,"op-re-not-match"]],"!~*":[[61,"op-re-not-match-i"]],"!~~":[[61,"id19"]],"!~~*":[[61,"id20"]],"#":[[61,"op-bit-xor"]],"%":[[61,"op-modulo"]],"&":[[61,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[61,"op-multiply"]],"+":[[61,"op-plus"]],"-":[[61,"op-minus"]],"/":[[61,"op-divide"]],"<":[[61,"op-lt"]],"<
[...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[61,"op-neq"]],"!~":[[61,"op-re-not-match"]],"!~*":[[61,"op-re-not-match-i"]],"!~~":[[61,"id19"]],"!~~*":[[61,"id20"]],"#":[[61,"op-bit-xor"]],"%":[[61,"op-modulo"]],"&":[[61,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[61,"op-multiply"]],"+":[[61,"op-plus"]],"-":[[61,"op-minus"]],"/":[[61,"op-divide"]],"<":[[61,"op-lt"]],"<
[...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index d7b70ac962..bbfc7bff15 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -591,7 +591,7 @@ example, to configure <code class="docutils literal
notranslate"><span class="pr
<td><p>(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.</p></td>
</tr>
<tr class="row-even"><td><p>datafusion.execution.parquet.created_by</p></td>
-<td><p>datafusion version 51.0.0</p></td>
+<td><p>datafusion version 52.0.0</p></td>
<td><p>(writing) Sets “created by” property</p></td>
</tr>
<tr
class="row-odd"><td><p>datafusion.execution.parquet.column_index_truncate_length</p></td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]