TsukiokaKogane commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3361835248


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java:
##########
@@ -1017,7 +1018,7 @@ private void dropTableInternal(Database db, Table table, 
boolean isView, boolean
             Env.getCurrentEnv().getMtmvService().dropTable(table);
         }
         if (table instanceof BaseTableStream) {
-            
Env.getCurrentEnv().getTableStreamManager().removeTableStream((BaseTableStream) 
table);
+            
Env.getCurrentEnv().getTableStreamManager().removeStaleStream((BaseTableStream) 
table);

Review Comment:
   ok 确实多余了需要去掉



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