HonahX commented on code in PR #364:
URL: https://github.com/apache/iceberg-python/pull/364#discussion_r1478336457


##########
mkdocs/docs/configuration.md:
##########
@@ -46,7 +46,20 @@ The environment variable picked up by Iceberg starts with 
`PYICEBERG_` and then
 
 For example, `PYICEBERG_CATALOG__DEFAULT__S3__ACCESS_KEY_ID`, sets 
`s3.access-key-id` on the `default` catalog.
 
-## FileIO
+# Tables
+
+Iceberg tables support table properties to configure table behavior.
+
+## Write options
+
+| Key                               | Options                           | 
Default | Description                                                           
                      |
+| --------------------------------- | --------------------------------- | 
------- | 
-------------------------------------------------------------------------------------------
 |
+| `write.parquet.compression-codec` | `{uncompressed,zstd,gzip,snappy}` | zstd 
   | Sets the Parquet compression coddec.                                       
                 |
+| `write.parquet.compression-level` | Integer                           | null 
   | Parquet compression level for the codec. If not set, it is up to PyIceberg 
                 |
+| `write.parquet.page-size-bytes`   | Size in bytes                     | 1MB  
   | Set a target threshold for the approximate encoded size of data pages 
within a column chunk |
+| `write.parquet.dict-size-bytes`   | Size in bytes                     | 1MB  
   | Set the dictionary page size limit per row group                           
                 |

Review Comment:
   ```suggestion
   | `write.parquet.dict-size-bytes`   | Size in bytes                     | 
2MB     | Set the dictionary page size limit per row group                      
                      |
   ```
   Seems the doc is not updated?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to