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 1a027b4756 Publish built docs triggered by 
9e4a4a1599b9def33f27a6f82dd32045038de296
1a027b4756 is described below

commit 1a027b475647ac9318af76391ab396429bf47434
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 13 09:34:36 2024 +0000

    Publish built docs triggered by 9e4a4a1599b9def33f27a6f82dd32045038de296
---
 _sources/contributor-guide/inviting.md.txt | 2 +-
 _sources/user-guide/configs.md.txt         | 2 +-
 contributor-guide/inviting.html            | 2 +-
 user-guide/configs.html                    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_sources/contributor-guide/inviting.md.txt 
b/_sources/contributor-guide/inviting.md.txt
index 967f417e6e..4066dd9699 100644
--- a/_sources/contributor-guide/inviting.md.txt
+++ b/_sources/contributor-guide/inviting.md.txt
@@ -59,7 +59,7 @@ the person. Here is an example:
 To: [email protected]
 Subject: [DISCUSS] $PERSONS_NAME for Committer
 
-$PERSONS_NAME has been an active contributor to the Datafusion community for 
the
+$PERSONS_NAME has been an active contributor to the DataFusion community for 
the
 last 6 months[1][2], helping others, answering questions, and improving the
 project's code.
 
diff --git a/_sources/user-guide/configs.md.txt 
b/_sources/user-guide/configs.md.txt
index 579088f991..5130b0a56d 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -86,7 +86,7 @@ Environment variables are read during `SessionConfig` 
initialisation so they mus
 | datafusion.execution.listing_table_ignore_subdirectory                  | 
true                      | Should sub directories be ignored when scanning 
directories for data files. Defaults to true (ignores subdirectories), 
consistent with Hive. Note that this setting does not affect reading 
partitioned tables (e.g. `/table/year=2021/month=01/data.parquet`).             
                                                                                
                                         [...]
 | datafusion.execution.enable_recursive_ctes                              | 
true                      | Should DataFusion support recursive CTEs            
                                                                                
                                                                                
                                                                                
                                                                                
                 [...]
 | datafusion.execution.split_file_groups_by_statistics                    | 
false                     | Attempt to eliminate sorts by packing & sorting 
files with non-overlapping statistics into the same file groups. Currently 
experimental                                                                    
                                                                                
                                                                                
                          [...]
-| datafusion.execution.keep_partition_by_columns                          | 
false                     | Should Datafusion keep the columns used for 
partition_by in the output RecordBatches                                        
                                                                                
                                                                                
                                                                                
                         [...]
+| datafusion.execution.keep_partition_by_columns                          | 
false                     | Should DataFusion keep the columns used for 
partition_by in the output RecordBatches                                        
                                                                                
                                                                                
                                                                                
                         [...]
 | datafusion.optimizer.enable_distinct_aggregation_soft_limit             | 
true                      | When set to true, the optimizer will push a limit 
operation into grouped aggregations which have no aggregate expressions, as a 
soft limit, emitting groups once the limit is reached, before all rows in the 
group are read.                                                                 
                                                                                
                       [...]
 | datafusion.optimizer.enable_round_robin_repartition                     | 
true                      | When set to true, the physical plan optimizer will 
try to add round robin repartitioning to increase parallelism to leverage more 
CPU cores                                                                       
                                                                                
                                                                                
                   [...]
 | datafusion.optimizer.enable_topk_aggregation                            | 
true                      | When set to true, the optimizer will attempt to 
perform limit operations during aggregations, if possible                       
                                                                                
                                                                                
                                                                                
                     [...]
diff --git a/contributor-guide/inviting.html b/contributor-guide/inviting.html
index 2d6b3f468f..e5252a219b 100644
--- a/contributor-guide/inviting.html
+++ b/contributor-guide/inviting.html
@@ -637,7 +637,7 @@ the person. Here is an example:</p>
 <div class="highlight-default notranslate"><div 
class="highlight"><pre><span></span>To: [email protected]
 Subject: [DISCUSS] $PERSONS_NAME for Committer
 
-$PERSONS_NAME has been an active contributor to the Datafusion community for 
the
+$PERSONS_NAME has been an active contributor to the DataFusion community for 
the
 last 6 months[1][2], helping others, answering questions, and improving the
 project&#39;s code.
 
diff --git a/user-guide/configs.html b/user-guide/configs.html
index dc88bc2b22..910204b8d0 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -735,7 +735,7 @@ Environment variables are read during <code class="docutils 
literal notranslate"
 </tr>
 <tr 
class="row-odd"><td><p>datafusion.execution.keep_partition_by_columns</p></td>
 <td><p>false</p></td>
-<td><p>Should Datafusion keep the columns used for partition_by in the output 
RecordBatches</p></td>
+<td><p>Should DataFusion keep the columns used for partition_by in the output 
RecordBatches</p></td>
 </tr>
 <tr 
class="row-even"><td><p>datafusion.optimizer.enable_distinct_aggregation_soft_limit</p></td>
 <td><p>true</p></td>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to