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

fokko pushed a commit to branch 1.4.1
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/1.4.1 by this push:
     new 083d2c54 Fix parquet default compression codec in 1.4.1 (#302)
083d2c54 is described below

commit 083d2c544997cd39fbcd6df062f7218bdd19e49e
Author: Manu Zhang <[email protected]>
AuthorDate: Sat Jan 6 03:22:46 2024 +0800

    Fix parquet default compression codec in 1.4.1 (#302)
---
 docs/content/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/configuration.md b/docs/content/configuration.md
index 7c568e7e..500b831f 100644
--- a/docs/content/configuration.md
+++ b/docs/content/configuration.md
@@ -55,7 +55,7 @@ Iceberg tables support table properties to configure table 
behavior, like the de
 | write.parquet.page-size-bytes                        | 1048576 (1 MB)        
      | Parquet page size                                                       
                                                                                
                                          |
 | write.parquet.page-row-limit                         | 20000                 
      | Parquet page row limit                                                  
                                                                                
                                          |
 | write.parquet.dict-size-bytes                        | 2097152 (2 MB)        
      | Parquet dictionary page size                                            
                                                                                
                                          |
-| write.parquet.compression-codec                      | gzip                  
      | Parquet compression codec: zstd, brotli, lz4, gzip, snappy, 
uncompressed                                                                    
                                                      |
+| write.parquet.compression-codec                      | zstd                  
      | Parquet compression codec: zstd, brotli, lz4, gzip, snappy, 
uncompressed                                                                    
                                                      |
 | write.parquet.compression-level                      | null                  
      | Parquet compression level                                               
                                                                                
                                          |
 | write.parquet.bloom-filter-enabled.column.col1       | (not set)             
      | Hint to parquet to write a bloom filter for the column: col1            
                                                                                
                                          |
 | write.parquet.bloom-filter-max-bytes                 | 1048576 (1 MB)        
      | The maximum number of bytes for a bloom filter bitset                   
                                                                                
                                          |

Reply via email to