nooneuse commented on code in PR #64621:
URL: https://github.com/apache/doris/pull/64621#discussion_r3451247946
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateRoutineLoadInfo.java:
##########
@@ -440,6 +440,17 @@ private void checkDBTable(ConnectContext ctx) throws
AnalysisException {
if (isPartialUpdate && !((OlapTable)
table).getEnableUniqueKeyMergeOnWrite()) {
throw new AnalysisException("load by PARTIAL_COLUMNS is only
supported in unique table MoW");
}
+
+ if ((isPartialUpdate || uniqueKeyUpdateMode !=
TUniqueKeyUpdateMode.UPSERT)
Review Comment:
ok I'll fix that by add more checking
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]