HonestManXin commented on code in PR #57919:
URL: https://github.com/apache/doris/pull/57919#discussion_r2516409844
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/load/NereidsStreamLoadPlanner.java:
##########
@@ -306,8 +306,8 @@ public TPipelineFragmentParams plan(TUniqueId loadId, int
fragmentInstanceIdInde
queryOptions.setLoadMemLimit(taskInfo.getMemLimit());
// load
queryOptions.setBeExecVersion(Config.be_exec_version);
- queryOptions.setIsReportSuccess(taskInfo.getEnableProfile());
- queryOptions.setEnableProfile(taskInfo.getEnableProfile());
+ queryOptions.setIsReportSuccess(taskInfo.getEnableProfile() ||
Config.enable_stream_load_profile);
+ queryOptions.setEnableProfile(taskInfo.getEnableProfile() ||
Config.enable_stream_load_profile);
Review Comment:
when http client add enable_profile header and set value to true
--
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]