HappenLee commented on code in PR #18166:
URL: https://github.com/apache/doris/pull/18166#discussion_r1150217353
##########
fe/fe-core/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java:
##########
@@ -273,7 +273,6 @@ public TExecPlanFragmentParams plan(TUniqueId loadId)
throws UserException {
queryOptions.setMemLimit(taskInfo.getMemLimit());
// for stream load, we use exec_mem_limit to limit the memory usage of
load channel.
queryOptions.setLoadMemLimit(taskInfo.getMemLimit());
- queryOptions.setEnableVectorizedEngine(Config.enable_vectorized_load);
Review Comment:
do not change load
--
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]