morrySnow commented on code in PR #49041:
URL: https://github.com/apache/doris/pull/49041#discussion_r2053855070
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -4996,16 +4996,27 @@ public void renameTable(Database db, Table table,
String newTableName) throws Dd
throw new DdlException("Table name[" + newTableName + "]
is already used (in restoring)");
}
+ if (table.isManagedTable()) {
Review Comment:
Write this sentence as a comment.
--
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]