rdblue commented on a change in pull request #130: Introduce min file weight for split planning URL: https://github.com/apache/incubator-iceberg/pull/130#discussion_r266150211
########## File path: core/src/main/java/com/netflix/iceberg/TableProperties.java ########## @@ -62,6 +62,9 @@ public static final String SPLIT_LOOKBACK = "read.split.planning-lookback"; public static final int SPLIT_LOOKBACK_DEFAULT = 10; + public static final String SPLIT_MIN_FILE_WEIGHT = "read.split.min-file-weight"; Review comment: Weight is called "size" in `read.split.target-size`, so I think we should make this similar. How about `read.split.min-size`? ---------------------------------------------------------------- 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]
