wenzhenghu commented on issue #66233: URL: https://github.com/apache/doris/issues/66233#issuecomment-5116790584
A complete reference implementation is available as a patch: https://gist.github.com/wenzhenghu/532dd8c44fd5eb18f116acbde8f1bba6 The patch is based on the current PR #65126 head before scope reduction and includes: - exact remote/local mapping uniqueness validation in `NameCacheValue`; - consolidation of `localNames` and `localNameSet` into one ordered immutable set; - the same validation for delegated-session/cache-bypass table and Iceberg REST database paths; - unit tests for the snapshot, shared-cache, and cache-bypass paths. SHA-256: `92fc2e9a5074bc3aec9f880d192ecbce374b0c5aaab449281ef7ec62735fab68` For PR #65126, the planned scope is intentionally smaller: only the shared-cache uniqueness invariant and collection consolidation will remain. The cache-bypass changes in this patch are retained here as follow-up reference code to reduce merge risk in the current PR. -- 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]
