starocean999 commented on code in PR #41655:
URL: https://github.com/apache/doris/pull/41655#discussion_r1794930348


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -2177,6 +2178,13 @@ public void setIgnoreShapePlanNodes(String 
ignoreShapePlanNodes) {
     })
     public boolean enablePhraseQuerySequentialOpt = true;
 
+    @VariableMgr.VarAttr(name = SKIP_INSERT_SEQUENCE_CHECK, needForward = 
true, description = {
+            "对于使用了sequence列的unique key表,insert 
into操作会要求必须提供每一行的sequence列的值,开启该变量后将跳过该检查",
+            "For unique key tables using a sequence column, the INSERT INTO 
operation requires a sequence value"
+                    + " to be provided for each row. When this variable is 
enabled, the check will be skipped"
+    })
+    public boolean skipInsertSequenceCheck = false;

Review Comment:
   better to use enableInsertSequenceCheck instead



-- 
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

Reply via email to