Tanya-W commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098574523
########## fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeJobV2.java: ########## @@ -499,6 +590,13 @@ protected void runRunningJob() throws AlterCancelException { LOG.info("schema change tasks not finished. job: {}", jobId); List<AgentTask> tasks = schemaChangeBatchTask.getUnfinishedTasks(2000); for (AgentTask task : tasks) { + if (invertedIndexChange) { + // TODO(wy): more elegant implementation Review Comment: yes, need to do, but not in this pr, "more elegant implementation" need implement specify partition to rebuild index data -- 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