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 dfe522de3c Publish built docs triggered by
e12ef3ae90677fe4b1bc548feea2b3082eecdaa2
dfe522de3c is described below
commit dfe522de3ccfcf49032ac7d6e9f4edbd8c647a70
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 28 09:42:16 2025 +0000
Publish built docs triggered by e12ef3ae90677fe4b1bc548feea2b3082eecdaa2
---
_sources/user-guide/configs.md.txt | 2 +-
searchindex.js | 2 +-
user-guide/configs.html | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_sources/user-guide/configs.md.txt
b/_sources/user-guide/configs.md.txt
index fbf55a5605..7ca5eb8f7b 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -81,7 +81,7 @@ The following configuration settings are available:
| datafusion.execution.parquet.enable_page_index |
true | (reading) If true, reads the Parquet data page
level metadata (the Page Index), if present, to reduce the I/O and number of
rows decoded.
[...]
| datafusion.execution.parquet.pruning |
true | (reading) If true, the parquet reader attempts to
skip entire row groups based on the predicate in the query and the metadata
(min/max values) stored in the parquet file
[...]
| datafusion.execution.parquet.skip_metadata |
true | (reading) If true, the parquet reader skip the
optional embedded metadata that may be in the file Schema. This setting can
help avoid schema conflicts when querying multiple parquet files with schemas
containing compatible types but different metadata
[...]
-| datafusion.execution.parquet.metadata_size_hint |
NULL | (reading) If specified, the parquet reader will try
and fetch the last `size_hint` bytes of the parquet file optimistically. If not
specified, two reads are required: One read to fetch the 8-byte parquet footer
and another to fetch the metadata length encoded in the footer
[...]
+| datafusion.execution.parquet.metadata_size_hint |
524288 | (reading) If specified, the parquet reader will try
and fetch the last `size_hint` bytes of the parquet file optimistically. If not
specified, two reads are required: One read to fetch the 8-byte parquet footer
and another to fetch the metadata length encoded in the footer Default setting
to 512 KiB, which should be sufficient for most parquet files, it can reduce
one I/O operation per [...]
| datafusion.execution.parquet.pushdown_filters |
false | (reading) If true, filter expressions are be
applied during the parquet decoding operation to reduce the number of rows
decoded. This optimization is sometimes called "late materialization".
[...]
| datafusion.execution.parquet.reorder_filters |
false | (reading) If true, filter expressions evaluated
during the parquet decoding operation will be reordered heuristically to
minimize the cost of evaluation. If false, the filters are applied in the same
order as written in the query
[...]
| datafusion.execution.parquet.schema_force_view_types |
true | (reading) If true, parquet reader will read columns
of `Utf8/Utf8Large` with `Utf8View`, and `Binary/BinaryLarge` with
`BinaryView`.
[...]
diff --git a/searchindex.js b/searchindex.js
index 9721e5bb8a..0bfdd18584 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[60,"op-neq"]],"!~":[[60,"op-re-not-match"]],"!~*":[[60,"op-re-not-match-i"]],"!~~":[[60,"id19"]],"!~~*":[[60,"id20"]],"#":[[60,"op-bit-xor"]],"%":[[60,"op-modulo"]],"&":[[60,"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"]],"*":[[60,"op-multiply"]],"+":[[60,"op-plus"]],"-":[[60,"op-minus"]],"/":[[60,"op-divide"]],"<":[[60,"op-lt"]],"<
[...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[60,"op-neq"]],"!~":[[60,"op-re-not-match"]],"!~*":[[60,"op-re-not-match-i"]],"!~~":[[60,"id19"]],"!~~*":[[60,"id20"]],"#":[[60,"op-bit-xor"]],"%":[[60,"op-modulo"]],"&":[[60,"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"]],"*":[[60,"op-multiply"]],"+":[[60,"op-plus"]],"-":[[60,"op-minus"]],"/":[[60,"op-divide"]],"<":[[60,"op-lt"]],"<
[...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 2d46567206..47c257c1f9 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -831,8 +831,8 @@ example, to configure <code class="docutils literal
notranslate"><span class="pr
<td><p>(reading) If true, the parquet reader skip the optional embedded
metadata that may be in the file Schema. This setting can help avoid schema
conflicts when querying multiple parquet files with schemas containing
compatible types but different metadata</p></td>
</tr>
<tr
class="row-even"><td><p>datafusion.execution.parquet.metadata_size_hint</p></td>
-<td><p>NULL</p></td>
-<td><p>(reading) If specified, the parquet reader will try and fetch the last
<code class="docutils literal notranslate"><span
class="pre">size_hint</span></code> bytes of the parquet file optimistically.
If not specified, two reads are required: One read to fetch the 8-byte parquet
footer and another to fetch the metadata length encoded in the footer</p></td>
+<td><p>524288</p></td>
+<td><p>(reading) If specified, the parquet reader will try and fetch the last
<code class="docutils literal notranslate"><span
class="pre">size_hint</span></code> bytes of the parquet file optimistically.
If not specified, two reads are required: One read to fetch the 8-byte parquet
footer and another to fetch the metadata length encoded in the footer Default
setting to 512 KiB, which should be sufficient for most parquet files, it can
reduce one I/O operation per parquet file. If the me [...]
</tr>
<tr
class="row-odd"><td><p>datafusion.execution.parquet.pushdown_filters</p></td>
<td><p>false</p></td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]