You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/12/24 05:05:26 UTC

[GitHub] [incubator-doris] spaces-X commented on a change in pull request #7180: [Bug] fix insert load should have the same behavior as stream load

spaces-X commented on a change in pull request #7180:
URL: https://github.com/apache/incubator-doris/pull/7180#discussion_r774874379



##########
File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
##########
@@ -324,6 +326,9 @@
     @VariableMgr.VarAttr(name = LOAD_MEM_LIMIT)
     public long loadMemLimit = 0L;
 
+    @VariableMgr.VarAttr(name = INSERT_MAX_FILTER_RATIO)
+    public double insertMaxFilterRatio = 0L;

Review comment:
       Done




-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org