gavinchou commented on code in PR #32738: URL: https://github.com/apache/doris/pull/32738#discussion_r1554843782
########## fe/fe-core/src/main/java/org/apache/doris/cloud/datasource/CloudInternalCatalog.java: ########## @@ -657,7 +663,7 @@ private void dropCloudPartition(long dbId, long tableId, List<Long> partitionIds } } - public void dropMaterializedIndex(Long tableId, List<Long> indexIds) throws DdlException { + public void dropMaterializedIndex(long tableId, List<Long> indexIds, boolean dropTable) throws DdlException { Review Comment: where is `dropTable` referenced in this method? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org