kszucs commented on code in PR #3889:
URL: https://github.com/apache/iceberg-python/pull/3889#discussion_r4084997693


##########
mkdocs/docs/configuration.md:
##########
@@ -85,6 +85,10 @@ Iceberg tables support table properties to configure table 
behavior.
 | `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.page-row-limit`           | Number of rows                    
 | 20000                      | Set a target threshold for the maximum number 
of rows within a column chunk                                                   
                       |
 | `write.parquet.dict-size-bytes`          | Size in bytes                     
 | 2MB                        | Set the dictionary page size limit per row 
group                                                                           
                          |
+| `write.parquet.content-defined-chunking.enabled` | Boolean                   
 | False                      | Enables content-defined chunking (CDC) for the 
Parquet writer, which produces stable page boundaries across appends. Requires 
`pyarrow>=21.0.0`; raises at write time on older versions.     |
+| `write.parquet.content-defined-chunking.min-chunk-size` | Size in bytes      
 | 256KiB                     | The minimum chunk size used for content-defined 
chunking                                                                        
                     |

Review Comment:
   updated, not that the older page-size-bytes and dict-size-bytes rows in the 
same table still show 1MB and 2MB. I didn't change them because they're outside 
this PR.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to