w41ter commented on code in PR #38034:
URL: https://github.com/apache/doris/pull/38034#discussion_r1687927820
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -4690,6 +4690,8 @@ public void replayRenameTable(TableInfo tableInfo) throws
MetaNotFoundException
db.unregisterTable(tableName);
table.setName(newTableName);
db.registerTable(table);
+
+
Env.getCurrentEnv().getBinlogManager().addTableRename(tableInfo, logId);
Review Comment:
move this line to EditLog.java:308
--
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]