MoanasDaddyXu opened a new issue, #67095: URL: https://github.com/apache/doris/issues/67095
## Problem [Table Stream] 同名重建 Base Table 后 Planner 锁定与实际扫描对象不一致 ## Minimal reproduction path Create a base table and Table Stream, drop the base table, recreate a table with the same name but a different identity, and issue a stream query while metadata locks are active. Verify that the planner lock target and the scan target resolve to the same table identity and that the old stream cannot scan the replacement table. ## Expected result Planner locks and scans address the same table identity. ## Source This report is a sanitized tracking record for Jira DORIS-28067. Internal hosts, paths, artifacts, build identifiers, and private logs are intentionally omitted. -- 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]
