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
The following commit(s) were added to refs/heads/asf-site by this push: new d30fe99d71 Publish built docs triggered by 3f96c3f3fb56aca488af5c7dc31aa7a55fc14a94 d30fe99d71 is described below commit d30fe99d71eb9e02fda5f17b1621f86826a75287 Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Aug 22 18:01:09 2025 +0000 Publish built docs triggered by 3f96c3f3fb56aca488af5c7dc31aa7a55fc14a94 --- _sources/user-guide/configs.md.txt | 2 +- user-guide/configs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/user-guide/configs.md.txt b/_sources/user-guide/configs.md.txt index f1dad3d360..0736376fa8 100644 --- a/_sources/user-guide/configs.md.txt +++ b/_sources/user-guide/configs.md.txt @@ -97,7 +97,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 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 | 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/user-guide/configs.html b/user-guide/configs.html index 62c14f1363..d01f940f5c 100644 --- a/user-guide/configs.html +++ b/user-guide/configs.html @@ -819,7 +819,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 49.0.1</p></td> +<td><p>datafusion version 49.0.2</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: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org