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/arrow-datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b1678bb005 Publish built docs triggered by
19356b26f515149f96f9b6296975a77ac7260149
b1678bb005 is described below
commit b1678bb005fc1133d0deafc10023279345456a66
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 19 03:02:05 2024 +0000
Publish built docs triggered by 19356b26f515149f96f9b6296975a77ac7260149
---
_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 a95f2f802d..3ee3778177 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -64,7 +64,7 @@ Environment variables are read during `SessionConfig`
initialisation so they mus
| datafusion.execution.parquet.statistics_enabled |
NULL | 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 |
NULL | Sets max statistics size for any column. If NULL,
uses default parquet writer setting
[...]
| datafusion.execution.parquet.max_row_group_size |
1048576 | 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 37.0.0 | Sets "created by" property
[...]
+| datafusion.execution.parquet.created_by |
datafusion version 37.1.0 | Sets "created by" property
[...]
| datafusion.execution.parquet.column_index_truncate_length |
NULL | Sets column index truncate length
[...]
| datafusion.execution.parquet.data_page_row_count_limit |
18446744073709551615 | Sets best effort maximum number of rows in data
page
[...]
| datafusion.execution.parquet.encoding |
NULL | Sets default encoding for any column Valid values
are: plain, plain_dictionary, rle, bit_packed, delta_binary_packed,
delta_length_byte_array, delta_byte_array, rle_dictionary, and
byte_stream_split. These values are not case sensitive. If NULL, uses default
parquet writer setting
[...]
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 6fbb508dc4..f036701d68 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -557,7 +557,7 @@ Environment variables are read during <code class="docutils
literal notranslate"
<td><p>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-odd"><td><p>datafusion.execution.parquet.created_by</p></td>
-<td><p>datafusion version 37.0.0</p></td>
+<td><p>datafusion version 37.1.0</p></td>
<td><p>Sets “created by” property</p></td>
</tr>
<tr
class="row-even"><td><p>datafusion.execution.parquet.column_index_truncate_length</p></td>