RussellSpitzer commented on code in PR #9803: URL: https://github.com/apache/iceberg/pull/9803#discussion_r1504769965
########## api/src/main/java/org/apache/iceberg/actions/RewriteDataFiles.java: ########## @@ -119,6 +119,16 @@ public interface RewriteDataFiles String REWRITE_JOB_ORDER_DEFAULT = RewriteJobOrder.NONE.orderName(); + /** + * Constant representing the target output partition specification ID. + * + * <p>output-spec-id ID is used by the file rewriter during the rewrite operation to identify the + * specific output partition spec. This allows rewriting files into a partitioning which is not Review Comment: instead of "this allows ...." Data will be reorganized during the rewrite to align with the output partitioning. Defaults to the current table specification. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org