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 d2c108ad48 Publish built docs triggered by 
910cc76f53dc897708eaab45ed8ce09aac5bc8aa
d2c108ad48 is described below

commit d2c108ad483b1872e9a73a1044408e21c21e9a44
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 11 21:08:13 2024 +0000

    Publish built docs triggered by 910cc76f53dc897708eaab45ed8ce09aac5bc8aa
---
 _sources/user-guide/configs.md.txt | 2 +-
 searchindex.js                     | 2 +-
 user-guide/configs.html            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_sources/user-guide/configs.md.txt 
b/_sources/user-guide/configs.md.txt
index 4a379d374c..7111ea1d0a 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -53,7 +53,7 @@ Environment variables are read during `SessionConfig` 
initialisation so they mus
 | datafusion.execution.parquet.pruning                                    | 
true                      | 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                      | 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                      | 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.pushdown_filters                           | 
false                     | If true, filter expressions are be applied during 
the parquet decoding operation to reduce the number of rows decoded             
                                                                                
                                                                                
                                                                                
                   [...]
+| datafusion.execution.parquet.pushdown_filters                           | 
false                     | 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                     | 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.data_pagesize_limit                        | 
1048576                   | Sets best effort maximum size of data page in bytes 
                                                                                
                                                                                
                                                                                
                                                                                
                 [...]
 | datafusion.execution.parquet.write_batch_size                           | 
1024                      | Sets write_batch_size in bytes                      
                                                                                
                                                                                
                                                                                
                                                                                
                 [...]
diff --git a/searchindex.js b/searchindex.js
index bbb37e31e4..c26c6451a4 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", 
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", 
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 0ffcf9569e..673fc99d20 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -482,7 +482,7 @@ Environment variables are read during <code class="docutils 
literal notranslate"
 </tr>
 <tr 
class="row-even"><td><p>datafusion.execution.parquet.pushdown_filters</p></td>
 <td><p>false</p></td>
-<td><p>If true, filter expressions are be applied during the parquet decoding 
operation to reduce the number of rows decoded</p></td>
+<td><p>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”.</p></td>
 </tr>
 <tr 
class="row-odd"><td><p>datafusion.execution.parquet.reorder_filters</p></td>
 <td><p>false</p></td>

Reply via email to