seawinde commented on code in PR #66287:
URL: https://github.com/apache/doris/pull/66287#discussion_r3747867770


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/stream/BaseTableStream.java:
##########
@@ -198,7 +219,23 @@ public TableIf getBaseTableOrNereidsAnalysisException() 
throws AnalysisException
     }
 
     public List<String> getBaseTableFullQualifiers() {
-        return baseTableInfo.getFullQualifiers();
+        return getBaseTableFullQualifiers(getBaseTableNullable());

Review Comment:
   Addressed in `a0238b249e6`. `collectFromTableStream()` now resolves the base 
table through `getBaseTableNullable()`, which uses the persisted stable `(dbId, 
tableId)`, and fails collection when that exact base object is unavailable 
instead of resolving a same-name replacement through the display qualifiers. 
The resolved base object is then included in planner locking before binding. 
The separate qualifier-key collision reported in `r3746321533` is distinct and 
still needs a follow-up fix.



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