924060929 commented on code in PR #66913:
URL: https://github.com/apache/doris/pull/66913#discussion_r3894207697


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergMetadataOps.java:
##########
@@ -87,12 +88,15 @@
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collections;
+import java.util.HashMap;

Review Comment:
   Fixed in 32043d3f448: every IcebergMetadataOps branch, tag, schema, and 
partition-spec mutation now holds WritableTableLease from table acquisition 
through commit and executes under the lease-captured authenticator. The added 
test asserts that the exact writable lease is still open while 
UpdateSchema.commit() runs and closes afterward.



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

Reply via email to