You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "dpaani (via GitHub)" <gi...@apache.org> on 2023/05/15 18:15:20 UTC

[GitHub] [iceberg] dpaani commented on a diff in pull request #7585: Adding support for custom partition spec during rewrite

dpaani commented on code in PR #7585:
URL: https://github.com/apache/iceberg/pull/7585#discussion_r1194195459


##########
core/src/main/java/org/apache/iceberg/actions/SizeBasedFileRewriter.java:
##########
@@ -103,13 +103,16 @@
 
   private static final long SPLIT_OVERHEAD = 5 * 1024;
 
+  public static final String OUTPUT_SPEC_ID = "output-spec-id";

Review Comment:
   Added javadoc.



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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