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: [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]