RussellSpitzer commented on code in PR #7585: URL: https://github.com/apache/iceberg/pull/7585#discussion_r1204630847
########## api/src/main/java/org/apache/iceberg/actions/RewriteDataFiles.java: ########## @@ -120,6 +120,14 @@ String REWRITE_JOB_ORDER_DEFAULT = RewriteJobOrder.NONE.orderName(); + /** + * Constant representing the target output partition specification ID. + * + * <p>This ID is used by the file rewriter during the rewrite operation to identify the specific + * output partition. Review Comment: partition -> "partition spec. This allows rewriting files into a partitioning which is not the current schema's partitioning. When not specified the current partitioning is used." Or something like that? -- 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]
