CalvinKirs commented on code in PR #22785: URL: https://github.com/apache/doris/pull/22785#discussion_r1289675546
########## fe/fe-core/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java: ########## @@ -339,6 +353,9 @@ public void checkDBTable(Analyzer analyzer) throws AnalysisException { && !(table.getType() == Table.TableType.OLAP && ((OlapTable) table).hasDeleteSign())) { throw new AnalysisException("load by MERGE or DELETE need to upgrade table to support batch delete."); } + if (isPartialUpdate && ((OlapTable) table).getKeysType() != KeysType.UNIQUE_KEYS) { Review Comment: thx, PTAL again:) -- 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