github-actions[bot] commented on code in PR #29250:
URL: https://github.com/apache/doris/pull/29250#discussion_r1437563940


##########
be/src/pipeline/pipeline_x/pipeline_x_fragment_context.h:
##########
@@ -129,6 +129,11 @@ class PipelineXFragmentContext : public 
PipelineFragmentContext {
                                const bool ignore_data_distribution);
     void _inherit_pipeline_properties(const DataDistribution& 
data_distribution,
                                       PipelinePtr pipe_with_source, 
PipelinePtr pipe_with_sink);
+    Status _add_local_exchange_impl(int idx, ObjectPool* pool, PipelinePtr 
cur_pipe,
+                                    PipelinePtr new_pipe, DataDistribution 
data_distribution,
+                                    bool* do_local_exchange, int num_buckets,
+                                    const std::map<int, int>& 
bucket_seq_to_instance_idx,

Review Comment:
   warning: parameter 8 is const-qualified in the function declaration; 
const-qualification of parameters only has an effect in function definitions 
[readability-avoid-const-params-in-decls]
   
   ```suggestion
                                       std::map<int, int>& 
bucket_seq_to_instance_idx,
   ```
   



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

Reply via email to