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 cb0dccd5f8 Publish built docs triggered by
9f74dcc999f648132aca914bc120527e9cf97d48
cb0dccd5f8 is described below
commit cb0dccd5f83b0a6b7bed61cdd570368b415b73e6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 23 17:57:22 2024 +0000
Publish built docs triggered by 9f74dcc999f648132aca914bc120527e9cf97d48
---
_sources/user-guide/configs.md.txt | 10 +++++-----
searchindex.js | 2 +-
user-guide/configs.html | 10 +++++-----
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/_sources/user-guide/configs.md.txt
b/_sources/user-guide/configs.md.txt
index 5e5de016e3..e4b849cd28 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -59,15 +59,15 @@ Environment variables are read during `SessionConfig`
initialisation so they mus
| datafusion.execution.parquet.data_pagesize_limit |
1048576 | (writing) Sets best effort maximum size of data
page in bytes
[...]
| datafusion.execution.parquet.write_batch_size |
1024 | (writing) Sets write_batch_size in bytes
[...]
| datafusion.execution.parquet.writer_version |
1.0 | (writing) Sets parquet writer version valid values
are "1.0" and "2.0"
[...]
-| datafusion.execution.parquet.compression |
zstd(3) | (writing) Sets default parquet compression codec.
Valid values are: uncompressed, snappy, gzip(level), lzo, brotli(level), lz4,
zstd(level), and lz4_raw. These values are not case sensitive. If NULL, uses
default parquet writer setting
[...]
-| datafusion.execution.parquet.dictionary_enabled |
NULL | (writing) Sets if dictionary encoding is enabled.
If NULL, uses default parquet writer setting
[...]
+| datafusion.execution.parquet.compression |
zstd(3) | (writing) Sets default parquet compression codec.
Valid values are: uncompressed, snappy, gzip(level), lzo, brotli(level), lz4,
zstd(level), and lz4_raw. These values are not case sensitive. If NULL, uses
default parquet writer setting Note that this default setting is not the same
as the default parquet writer setting.
[...]
+| datafusion.execution.parquet.dictionary_enabled |
true | (writing) Sets if dictionary encoding is enabled.
If NULL, uses default parquet writer setting
[...]
| datafusion.execution.parquet.dictionary_page_size_limit |
1048576 | (writing) Sets best effort maximum dictionary page
size, in bytes
[...]
| datafusion.execution.parquet.statistics_enabled |
NULL | (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 |
NULL | (writing) Sets max statistics size for any column.
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
[...]
| 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 40.0.0 | (writing) Sets "created by" property
[...]
-| datafusion.execution.parquet.column_index_truncate_length |
NULL | (writing) Sets column index truncate length
[...]
-| datafusion.execution.parquet.data_page_row_count_limit |
18446744073709551615 | (writing) Sets best effort maximum number of rows
in data page
[...]
+| datafusion.execution.parquet.column_index_truncate_length | 64
| (writing) Sets column index truncate length
[...]
+| datafusion.execution.parquet.data_page_row_count_limit |
20000 | (writing) Sets best effort maximum number of rows
in data page
[...]
| datafusion.execution.parquet.encoding |
NULL | (writing) 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
[...]
| datafusion.execution.parquet.bloom_filter_on_read |
true | (writing) Use any available bloom filters when
reading parquet files
[...]
| datafusion.execution.parquet.bloom_filter_on_write |
false | (writing) Write bloom filters for all columns when
creating parquet files
[...]
diff --git a/searchindex.js b/searchindex.js
index e334c281ac..e28e8bfa30 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[44, "op-neq"]], "!~": [[44,
"op-re-not-match"]], "!~*": [[44, "op-re-not-match-i"]], "!~~": [[44, "id18"]],
"!~~*": [[44, "id19"]], "#": [[44, "op-bit-xor"]], "%": [[44, "op-modulo"]],
"&": [[44, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[9,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[44, "op-multiply"]], "+": [[44, "op-plus"]], "-": [[44, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[44, "op-neq"]], "!~": [[44,
"op-re-not-match"]], "!~*": [[44, "op-re-not-match-i"]], "!~~": [[44, "id18"]],
"!~~*": [[44, "id19"]], "#": [[44, "op-bit-xor"]], "%": [[44, "op-modulo"]],
"&": [[44, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[9,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[44, "op-multiply"]], "+": [[44, "op-plus"]], "-": [[44, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 722760d5d3..5908f6f882 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -632,10 +632,10 @@ Environment variables are read during <code
class="docutils literal notranslate"
</tr>
<tr class="row-even"><td><p>datafusion.execution.parquet.compression</p></td>
<td><p>zstd(3)</p></td>
-<td><p>(writing) Sets default parquet compression codec. Valid values are:
uncompressed, snappy, gzip(level), lzo, brotli(level), lz4, zstd(level), and
lz4_raw. These values are not case sensitive. If NULL, uses default parquet
writer setting</p></td>
+<td><p>(writing) Sets default parquet compression codec. Valid values are:
uncompressed, snappy, gzip(level), lzo, brotli(level), lz4, zstd(level), and
lz4_raw. These values are not case sensitive. If NULL, uses default parquet
writer setting Note that this default setting is not the same as the default
parquet writer setting.</p></td>
</tr>
<tr
class="row-odd"><td><p>datafusion.execution.parquet.dictionary_enabled</p></td>
-<td><p>NULL</p></td>
+<td><p>true</p></td>
<td><p>(writing) Sets if dictionary encoding is enabled. If NULL, uses default
parquet writer setting</p></td>
</tr>
<tr
class="row-even"><td><p>datafusion.execution.parquet.dictionary_page_size_limit</p></td>
@@ -647,7 +647,7 @@ Environment variables are read during <code class="docutils
literal notranslate"
<td><p>(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</p></td>
</tr>
<tr
class="row-even"><td><p>datafusion.execution.parquet.max_statistics_size</p></td>
-<td><p>NULL</p></td>
+<td><p>4096</p></td>
<td><p>(writing) Sets max statistics size for any column. If NULL, uses
default parquet writer setting</p></td>
</tr>
<tr
class="row-odd"><td><p>datafusion.execution.parquet.max_row_group_size</p></td>
@@ -659,11 +659,11 @@ Environment variables are read during <code
class="docutils literal notranslate"
<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>
-<td><p>NULL</p></td>
+<td><p>64</p></td>
<td><p>(writing) Sets column index truncate length</p></td>
</tr>
<tr
class="row-even"><td><p>datafusion.execution.parquet.data_page_row_count_limit</p></td>
-<td><p>18446744073709551615</p></td>
+<td><p>20000</p></td>
<td><p>(writing) Sets best effort maximum number of rows in data page</p></td>
</tr>
<tr class="row-odd"><td><p>datafusion.execution.parquet.encoding</p></td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]