HappenLee commented on code in PR #24493: URL: https://github.com/apache/doris/pull/24493#discussion_r1328207425
########## fe/fe-core/src/test/java/org/apache/doris/alter/SchemaChangeHandlerTest.java: ########## @@ -197,16 +197,20 @@ public void testAggAddOrDropColumn() throws Exception { //process agg drop value column with rollup schema change String dropRollUpValColStmtStr = "alter table test.sc_agg drop column max_dwell_time"; AlterTableStmt dropRollUpValColStmt = (AlterTableStmt) parseAndAnalyzeStmt(dropRollUpValColStmtStr); - Env.getCurrentEnv().getAlterInstance().processAlterTable(dropRollUpValColStmt); - jobSize++; Review Comment: remove the code is ok ? -- 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