Gabriel39 commented on code in PR #66007:
URL: https://github.com/apache/doris/pull/66007#discussion_r3671591182


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/source/IcebergScanNode.java:
##########
@@ -697,6 +722,20 @@ public TableScan createTableScan() throws UserException {
         return icebergTableScan;
     }
 
+    private Table useFrozenTableGeneration(Table currentTable) {
+        Optional<MvccSnapshot> snapshot = getPinnedRelationSnapshot();
+        if (!isSystemTable && 
snapshot.filter(IcebergMvccSnapshot.class::isInstance).isPresent()) {

Review Comment:
   Fixed in 8e22f5626a5 by constructing snapshot-selectable metadata tables 
from the retained frozen base generation while leaving static and ALL_* tables 
unfenced. Added FILES metadata-table coverage for the refresh boundary.



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