This is an automated email from the ASF dual-hosted git repository.

github-actions[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 55eacee567 Publish built docs triggered by 
2f29038f97b02d128e22208a082cfaebc07f36fd
55eacee567 is described below

commit 55eacee567eaaa9e69127cd5afd663a786f8162a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 8 02:51:42 2026 +0000

    Publish built docs triggered by 2f29038f97b02d128e22208a082cfaebc07f36fd
---
 _sources/user-guide/configs.md.txt | 16 ++++++++--------
 user-guide/configs.html            |  8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/_sources/user-guide/configs.md.txt 
b/_sources/user-guide/configs.md.txt
index 46039f3c99..f7f9426e2b 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -229,14 +229,14 @@ SET datafusion.runtime.memory_limit = '2G';
 
 The following runtime configuration settings are available:
 
-| key                                        | default | description           
                                                                                
                                                                    |
-| ------------------------------------------ | ------- | 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 |
-| datafusion.runtime.list_files_cache_limit  | 1M      | Maximum memory to use 
for list files cache. Supports suffixes K (kilobytes), M (megabytes), and G 
(gigabytes). Example: '2G' for 2 gigabytes.                             |
-| datafusion.runtime.list_files_cache_ttl    | NULL    | TTL (time-to-live) of 
the entries in the list file cache. Supports units m (minutes), and s 
(seconds). Example: '2m' for 2 minutes.                                       |
-| datafusion.runtime.max_temp_directory_size | 100G    | Maximum temporary 
file directory size. Supports suffixes K (kilobytes), M (megabytes), and G 
(gigabytes). Example: '2G' for 2 gigabytes.                                  |
-| datafusion.runtime.memory_limit            | NULL    | Maximum memory limit 
for query execution. Supports suffixes K (kilobytes), M (megabytes), and G 
(gigabytes). Example: '2G' for 2 gigabytes.                               |
-| datafusion.runtime.metadata_cache_limit    | 50M     | Maximum memory to use 
for file metadata cache such as Parquet metadata. Supports suffixes K 
(kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
-| datafusion.runtime.temp_directory          | NULL    | The path to the 
temporary file directory.                                                       
                                                                          |
+| key                                        | default | description           
                                                                                
                                                                                
 |
+| ------------------------------------------ | ------- | 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 |
+| datafusion.runtime.list_files_cache_limit  | 1M      | Maximum memory to use 
for list files cache. Supports suffixes K (kilobytes), M (megabytes), and G 
(gigabytes) or '0' for 0. Example: '2G' for 2 gigabytes.                        
     |
+| datafusion.runtime.list_files_cache_ttl    | NULL    | TTL (time-to-live) of 
the entries in the list file cache. Supports units m (minutes), and s 
(seconds). Example: '2m' for 2 minutes.                                         
           |
+| datafusion.runtime.max_temp_directory_size | 100G    | Maximum temporary 
file directory size. Supports suffixes K (kilobytes), M (megabytes), and G 
(gigabytes) or '0' for 0. Example: '2G' for 2 gigabytes.                        
          |
+| datafusion.runtime.memory_limit            | NULL    | Maximum memory limit 
for query execution. Supports suffixes K (kilobytes), M (megabytes), and G 
(gigabytes) or '0' for 0. Example: '2G' for 2 gigabytes.                        
       |
+| datafusion.runtime.metadata_cache_limit    | 50M     | Maximum memory to use 
for file metadata cache such as Parquet metadata. Supports suffixes K 
(kilobytes), M (megabytes), and G (gigabytes) or '0' for 0. Example: '2G' for 2 
gigabytes. |
+| datafusion.runtime.temp_directory          | NULL    | The path to the 
temporary file directory.                                                       
                                                                                
       |
 
 # Tuning Guide
 
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 8a631552b8..f18e45a935 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -1050,7 +1050,7 @@ example, to set and reset <code class="docutils literal 
notranslate"><span class
 <tbody>
 <tr class="row-even"><td><p>datafusion.runtime.list_files_cache_limit</p></td>
 <td><p>1M</p></td>
-<td><p>Maximum memory to use for list files cache. Supports suffixes K 
(kilobytes), M (megabytes), and G (gigabytes). Example: ‘2G’ for 2 
gigabytes.</p></td>
+<td><p>Maximum memory to use for list files cache. Supports suffixes K 
(kilobytes), M (megabytes), and G (gigabytes) or ‘0’ for 0. Example: ‘2G’ for 2 
gigabytes.</p></td>
 </tr>
 <tr class="row-odd"><td><p>datafusion.runtime.list_files_cache_ttl</p></td>
 <td><p>NULL</p></td>
@@ -1058,15 +1058,15 @@ example, to set and reset <code class="docutils literal 
notranslate"><span class
 </tr>
 <tr class="row-even"><td><p>datafusion.runtime.max_temp_directory_size</p></td>
 <td><p>100G</p></td>
-<td><p>Maximum temporary file directory size. Supports suffixes K (kilobytes), 
M (megabytes), and G (gigabytes). Example: ‘2G’ for 2 gigabytes.</p></td>
+<td><p>Maximum temporary file directory size. Supports suffixes K (kilobytes), 
M (megabytes), and G (gigabytes) or ‘0’ for 0. Example: ‘2G’ for 2 
gigabytes.</p></td>
 </tr>
 <tr class="row-odd"><td><p>datafusion.runtime.memory_limit</p></td>
 <td><p>NULL</p></td>
-<td><p>Maximum memory limit for query execution. Supports suffixes K 
(kilobytes), M (megabytes), and G (gigabytes). Example: ‘2G’ for 2 
gigabytes.</p></td>
+<td><p>Maximum memory limit for query execution. Supports suffixes K 
(kilobytes), M (megabytes), and G (gigabytes) or ‘0’ for 0. Example: ‘2G’ for 2 
gigabytes.</p></td>
 </tr>
 <tr class="row-even"><td><p>datafusion.runtime.metadata_cache_limit</p></td>
 <td><p>50M</p></td>
-<td><p>Maximum memory to use for file metadata cache such as Parquet metadata. 
Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: 
‘2G’ for 2 gigabytes.</p></td>
+<td><p>Maximum memory to use for file metadata cache such as Parquet metadata. 
Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes) or ‘0’ for 0. 
Example: ‘2G’ for 2 gigabytes.</p></td>
 </tr>
 <tr class="row-odd"><td><p>datafusion.runtime.temp_directory</p></td>
 <td><p>NULL</p></td>


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

Reply via email to