aokolnychyi commented on a change in pull request #699: Add missing table 
properties to configuration.md
URL: https://github.com/apache/incubator-iceberg/pull/699#discussion_r357209662
 
 

 ##########
 File path: site/docs/configuration.md
 ##########
 @@ -38,11 +38,15 @@ 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.dict-size-bytes      | 2097152 (2 MB)     | Parquet dictionary 
page size                       |
 | write.parquet.compression-codec    | gzip               | Parquet 
compression codec                          |
+| write.parquet.compression-level    | null               | Parquet 
compression level                          |
 | write.avro.compression-codec       | gzip               | Avro compression 
codec                             |
 | write.metadata.compression-codec   | none               | Metadata 
compression codec; none or gzip           |
 | write.metadata.metrics.default     | truncate(16)       | Default metrics 
mode for all columns in the table; none, counts, truncate(length), or full |
 | write.metadata.metrics.column.col1 | (not set)          | Metrics mode for 
column 'col1' to allow per-column tuning; none, counts, truncate(length), or 
full |
-| write.target-file-size-bytes       | Long.MAX_VALUE     | Controls the size 
of files generated to target about this many bytes. |
 
 Review comment:
   I removed the dot at the end of this line as it is the only config like this.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to