RussellSpitzer commented on code in PR #10737:
URL: https://github.com/apache/iceberg/pull/10737#discussion_r1688708763


##########
api/src/main/java/org/apache/iceberg/Transaction.java:
##########
@@ -44,6 +44,13 @@ public interface Transaction {
    */
   UpdatePartitionSpec updateSpec();
 
+  /**
+   * Create a new {@link AddPartitionSpec} to alter the partition spec of this 
table.

Review Comment:
   This would only be able to add a new Partition Spec to the table correct? We 
can't actually alter any existing specs



-- 
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

Reply via email to