Gabriel39 commented on code in PR #27829:
URL: https://github.com/apache/doris/pull/27829#discussion_r1420088133


##########
be/src/runtime/runtime_state.h:
##########
@@ -623,10 +644,30 @@ class RuntimeState {
     // true if max_filter_ratio is 0
     bool _load_zero_tolerance = false;
 
+    std::vector<std::unique_ptr<RuntimeProfile>> _pipeline_id_to_profile;
+
     // prohibit copies
     RuntimeState(const RuntimeState&);
 };
 
+// from runtime state
+struct RuntimeFilterparams {

Review Comment:
   ```suggestion
   struct RuntimeFilterParams {
   ```



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