Gabriel39 commented on code in PR #66007:
URL: https://github.com/apache/doris/pull/66007#discussion_r3671589868
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergSnapshotCacheValue.java:
##########
@@ -27,15 +29,27 @@ public class IcebergSnapshotCacheValue {
private final IcebergPartitionInfo partitionInfo;
private final IcebergSnapshot snapshot;
private final Optional<Map<Integer, List<String>>> nameMapping;
+ private final Optional<Table> icebergTable;
Review Comment:
Fixed in 8e22f5626a5 by retaining the captured TableMetadata behind
read-only TableOperations. The new test advances the same shared operations
after binding and verifies that the cached schema remains on the original
generation.
--
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]