morningman commented on a change in pull request #7748:
URL: https://github.com/apache/incubator-doris/pull/7748#discussion_r784097855



##########
File path: 
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
##########
@@ -1967,10 +1971,10 @@ public void cancel(CancelStmt stmt) throws DdlException 
{
         }
     }
 
-    private void processAddIndex(CreateIndexClause alterClause, OlapTable 
olapTable, List<Index> newIndexes)
+    private boolean processAddIndex(CreateIndexClause alterClause, OlapTable 
olapTable, List<Index> newIndexes)

Review comment:
       Better add comment to explain the return value




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