pvary commented on code in PR #3287:
URL: https://github.com/apache/hive/pull/3287#discussion_r873488810
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergMetaHook.java:
##########
@@ -425,6 +425,15 @@ public void
commitAlterTable(org.apache.hadoop.hive.metastore.api.Table hmsTable
case SETPARTITIONSPEC:
IcebergTableUtil.updateSpec(conf, icebergTable);
break;
+ case ROLLBACK:
+ LOG.info("Executing rollback operation on iceberg table. If you
would like to revert rollback you could " +
Review Comment:
If I understand correctly a `rollback` operation just adds a new snapshot at
the end of the history. So if we want to roll back a rollback, then we just
have to do another rollback.
If the above is true, then I think it would be easier for the user to
understand
--
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]