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 942a880fc9 Publish built docs triggered by 
e062ae5053252f4736e59500583e70cf97ba3f1a
942a880fc9 is described below

commit 942a880fc917d821a569c9bff5903b30572183ca
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 25 22:03:07 2026 +0000

    Publish built docs triggered by e062ae5053252f4736e59500583e70cf97ba3f1a
---
 _sources/user-guide/configs.md.txt            | 2 +-
 _sources/user-guide/sql/format_options.md.txt | 2 +-
 user-guide/configs.html                       | 2 +-
 user-guide/sql/format_options.html            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_sources/user-guide/configs.md.txt 
b/_sources/user-guide/configs.md.txt
index f0ee0cbbc4..f8fcdcfba9 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -93,7 +93,7 @@ The following configuration settings are available:
 | datafusion.execution.parquet.bloom_filter_on_read                       | 
true                      | (reading) Use any available bloom filters when 
reading parquet files                                                           
                                                                                
                                                                                
                                                                                
                      [...]
 | datafusion.execution.parquet.max_predicate_cache_size                   | 
NULL                      | (reading) The maximum predicate cache size, in 
bytes. When `pushdown_filters` is enabled, sets the maximum memory used to 
cache the results of predicate evaluation between filter evaluation and output 
generation. Decreasing this value will reduce memory usage, but may increase IO 
and CPU usage. None means use the default parquet reader setting. 0 means no 
caching.                       [...]
 | 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.write_batch_size                           | 
1024                      | (writing) Sets write_batch_size in rows             
                                                                                
                                                                                
                                                                                
                                                                                
                 [...]
 | datafusion.execution.parquet.writer_version                             | 
1.0                       | (writing) Sets parquet writer version valid values 
are "1.0" and "2.0"                                                             
                                                                                
                                                                                
                                                                                
                  [...]
 | datafusion.execution.parquet.skip_arrow_metadata                        | 
false                     | (writing) Skip encoding the embedded arrow metadata 
in the KV_meta This is analogous to the 
`ArrowWriterOptions::with_skip_arrow_metadata`. Refer to 
<https://docs.rs/parquet/53.3.0/parquet/arrow/arrow_writer/struct.ArrowWriterOptions.html#method.with_skip_arrow_metadata>
                                                                                
                                      [...]
 | datafusion.execution.parquet.compression                                | 
zstd(3)                   | (writing) Sets default parquet compression codec. 
Valid values are: uncompressed, snappy, gzip(level), 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.                                          
                               [...]
diff --git a/_sources/user-guide/sql/format_options.md.txt 
b/_sources/user-guide/sql/format_options.md.txt
index c04a6b5d52..3385080314 100644
--- a/_sources/user-guide/sql/format_options.md.txt
+++ b/_sources/user-guide/sql/format_options.md.txt
@@ -153,7 +153,7 @@ The following options are available when reading or writing 
Parquet files. If an
 | DATA_PAGESIZE_LIMIT                        | No                      | Sets 
best effort maximum size of data page in bytes.                                 
                                                                                
                                                                                
                                                                                
| `'data_pagesize_limit'`                               | 1048576               
   |
 | DATA_PAGE_ROW_COUNT_LIMIT                  | No                      | Sets 
best effort maximum number of rows in data page.                                
                                                                                
                                                                                
                                                                                
| `'data_page_row_count_limit'`                         | 20000                 
   |
 | DICTIONARY_PAGE_SIZE_LIMIT                 | No                      | Sets 
best effort maximum dictionary page size, in bytes.                             
                                                                                
                                                                                
                                                                                
| `'dictionary_page_size_limit'`                        | 1048576               
   |
-| WRITE_BATCH_SIZE                           | No                      | Sets 
write_batch_size in bytes.                                                      
                                                                                
                                                                                
                                                                                
| `'write_batch_size'`                                  | 1024                  
   |
+| WRITE_BATCH_SIZE                           | No                      | Sets 
write_batch_size in rows.                                                       
                                                                                
                                                                                
                                                                                
| `'write_batch_size'`                                  | 1024                  
   |
 | WRITER_VERSION                             | No                      | Sets 
the Parquet writer version (`1.0` or `2.0`).                                    
                                                                                
                                                                                
                                                                                
| `'writer_version'`                                    | 1.0                   
   |
 | SKIP_ARROW_METADATA                        | No                      | If 
true, skips writing Arrow schema information into the Parquet file metadata.    
                                                                                
                                                                                
                                                                                
  | `'skip_arrow_metadata'`                               | false               
     |
 | CREATED_BY                                 | No                      | Sets 
the "created by" string in the Parquet file metadata.                           
                                                                                
                                                                                
                                                                                
| `'created_by'`                                        | datafusion version 
X.Y.Z |
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 3057c3f909..df9d00e4ae 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -562,7 +562,7 @@ example, to configure <code class="docutils literal 
notranslate"><span class="pr
 </tr>
 <tr 
class="row-even"><td><p>datafusion.execution.parquet.write_batch_size</p></td>
 <td><p>1024</p></td>
-<td><p>(writing) Sets write_batch_size in bytes</p></td>
+<td><p>(writing) Sets write_batch_size in rows</p></td>
 </tr>
 <tr class="row-odd"><td><p>datafusion.execution.parquet.writer_version</p></td>
 <td><p>1.0</p></td>
diff --git a/user-guide/sql/format_options.html 
b/user-guide/sql/format_options.html
index f91c48f7ee..933393cce1 100644
--- a/user-guide/sql/format_options.html
+++ b/user-guide/sql/format_options.html
@@ -703,7 +703,7 @@ a<span class="p">;</span>b
 </tr>
 <tr class="row-odd"><td><p>WRITE_BATCH_SIZE</p></td>
 <td><p>No</p></td>
-<td><p>Sets write_batch_size in bytes.</p></td>
+<td><p>Sets write_batch_size in rows.</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">'write_batch_size'</span></code></p></td>
 <td><p>1024</p></td>
 </tr>


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

Reply via email to