zclllyybb commented on code in PR #57013:
URL: https://github.com/apache/doris/pull/57013#discussion_r2514094962
##########
fe/fe-core/src/main/java/org/apache/doris/cloud/alter/CloudSchemaChangeHandler.java:
##########
@@ -91,6 +93,7 @@ public void updatePartitionsProperties(Database db, String
tableName, List<Strin
}
}
+ //TODO: extract the common code with SchemaChangeHandler
@Override
Review Comment:
SchemaChangeHandler有一个,Cloud的也有一个,大部分相同,也有些区别。感觉未来可以单独开个PR把一致的地方合并一下
--
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]