kangpinghuang commented on a change in pull request #2941: drop index when 
index column is dropped
URL: https://github.com/apache/incubator-doris/pull/2941#discussion_r381058566
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
 ##########
 @@ -157,7 +158,7 @@ private void processAddColumns(AddColumnsClause 
alterClause, OlapTable olapTable
     }
 
     private void processDropColumn(DropColumnClause alterClause, OlapTable 
olapTable,
-                                  Map<Long, LinkedList<Column>> 
indexSchemaMap) throws DdlException {
+                                  Map<Long, LinkedList<Column>> 
indexSchemaMap, List<Index> indexes) throws DdlException {
 
 Review comment:
   add some comment for this argments.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to