rdblue commented on a change in pull request #362: Support create and replace 
transactions in Catalog
URL: https://github.com/apache/incubator-iceberg/pull/362#discussion_r317371838
 
 

 ##########
 File path: api/src/main/java/org/apache/iceberg/Transaction.java
 ##########
 @@ -26,6 +26,14 @@
  * A transaction for performing multiple updates to a table.
  */
 public interface Transaction {
+
+  enum TransactionType {
 
 Review comment:
   I don't think it is necessary to move this to the public API since both 
Transactions and BaseTransaction are in core.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to