You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/03/01 07:11:45 UTC

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #5395: [Ut] Add drop meta unit test and remove some redundant code in Alter

kangkaisen commented on a change in pull request #5395:
URL: https://github.com/apache/incubator-doris/pull/5395#discussion_r584486564



##########
File path: fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java
##########
@@ -230,16 +230,6 @@ public void processAlterTable(AlterTableStmt stmt) throws UserException {
         List<AlterClause> alterClauses = Lists.newArrayList();
         // some operations will take long time to process, need to be done outside the table lock
         boolean needProcessOutsideTableLock = false;
-
-        // check conflict alter ops first

Review comment:
       Ok, Thanks.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org