smaheshwar-pltr commented on code in PR #17404:
URL: https://github.com/apache/iceberg/pull/17404#discussion_r3670149863
##########
core/src/main/java/org/apache/iceberg/BaseTransaction.java:
##########
@@ -445,6 +445,9 @@ private void applyUpdates(TableOperations underlyingOps) {
// use refreshed the metadata
this.base = underlyingOps.current();
this.current = underlyingOps.current();
+ // Re-point temp ops at the refreshed metadata so a metadata-sourced
encryption manager can
+ // resolve keys for the concurrently-committed snapshots the refresh
pulled in.
Review Comment:
don't like this wording, too AI
--
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]