You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/09/09 06:50:11 UTC

[GitHub] [incubator-iceberg] aokolnychyi commented on a change in pull request #432: Allow writers to control size of files generated

aokolnychyi commented on a change in pull request #432: Allow writers to control size of files generated
URL: https://github.com/apache/incubator-iceberg/pull/432#discussion_r322085628
 
 

 ##########
 File path: site/docs/configuration.md
 ##########
 @@ -25,6 +25,7 @@ Iceberg tables support table properties to configure table behavior, like the de
 | 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             | Long.MAX_VALUE     | Controls the size of files generated to target about this many bytes. |
 
 Review comment:
   Would it make sense to rename the prop to `write.target-file-size-bytes` to be consistent with other write props?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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