renshangtao commented on code in PR #5158:
URL: https://github.com/apache/iceberg/pull/5158#discussion_r910532491


##########
docs/configuration.md:
##########
@@ -52,15 +52,25 @@ Iceberg tables support table properties to configure table 
behavior, like the de
 | write.delete.format.default        | data file format   | Default delete 
file format for the table; parquet, avro, or orc |
 | write.parquet.row-group-size-bytes | 134217728 (128 MB) | Parquet row group 
size                             |
 | write.parquet.page-size-bytes      | 1048576 (1 MB)     | Parquet page size  
                                |
+| write.delete.parquet.page-size-bytes | 1048576 (1 MB)   | Parquet page size  
                                |
 | write.parquet.dict-size-bytes      | 2097152 (2 MB)     | Parquet dictionary 
page size                       |
+| write.delete.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-level    | null               | Parquet 
compression level                          |
+| write.delete.parquet.compression-codec | gzip           | Parquet 
compression codec: zstd, brotli, lz4, gzip, snappy, uncompressed |
+| write.delete.parquet.compression-level | null           | Parquet 
compression level                          |
 | write.avro.compression-codec       | gzip               | Avro compression 
codec: gzip(deflate with 9 level), zstd, snappy, uncompressed |
 | write.avro.compression-level       | null               | Avro compression 
level                             |
+| write.delete.avro.compression-codec | gzip              | Avro compression 
codec: gzip(deflate with 9 level), zstd, snappy, uncompressed |
+| write.delete.avro.compression-level | null              | Avro compression 
level                             |
 | write.orc.stripe-size-bytes        | 67108864 (64 MB)   | Define the default 
ORC stripe size, in bytes       |
+| write.delete.orc.stripe-size-bytes | 67108864 (64 MB)   | Define the default 
ORC stripe size, in bytes       |
 | write.orc.block-size-bytes         | 268435456 (256 MB) | Define the default 
file system block size for ORC files |
+| write.delete.orc.block-size-bytes  | 268435456 (256 MB) | Define the default 
file system block size for ORC files |
 | write.orc.compression-codec        | zlib               | ORC compression 
codec: zstd, lz4, lzo, zlib, snappy, none |
 | write.orc.compression-strategy     | speed              | ORC compression 
strategy: speed, compression |
+| write.delete.orc.compression-codec | zlib               | ORC compression 
codec: zstd, lz4, lzo, zlib, snappy, none |
+| write.delete.orc.compression-strategy | speed           | ORC compression 
strategy: speed, compression |

Review Comment:
   yes the delete is the same as write.orc.com press-codec



-- 
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