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


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalMetaCache.java:
##########
@@ -480,13 +875,18 @@ private SchemaCacheValue 
loadSchemaCacheValue(IcebergSchemaCacheKey key) {

Review Comment:
   Fixed in bc02a26f771. The retained Iceberg runtime now carries the exact 
IcebergMetadataOps generation in addition to its authenticator, executor, 
manifest cache, and storage properties. Contextual view schema misses load the 
View through that retained ops instance and convert it with the schema key 
captured mapping flags, so a concurrent reset cannot combine G1 view metadata 
with G2 auth/options. Added a deterministic reset-barrier test. Validation on 
the rebased head: IcebergExternalMetaCacheTest (88) + IcebergTransactionTest 
(29), 117 tests total with 0 failures/errors; Checkstyle 0 violations; 
./build.sh --fe -j4 passed.



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