yittg commented on code in PR #4386:
URL: https://github.com/apache/iceberg/pull/4386#discussion_r842824555
##########
api/src/main/java/org/apache/iceberg/PartitionSpec.java:
##########
@@ -315,6 +315,10 @@ public static PartitionSpec unpartitioned() {
return UNPARTITIONED_SPEC;
}
+ private static int unpartitionedLastAssignedId() {
Review Comment:
It is private now, @rdblue
--
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]