Gabriel39 commented on code in PR #25871:
URL: https://github.com/apache/doris/pull/25871#discussion_r1371203778
##########
be/src/pipeline/pipeline_x/pipeline_x_fragment_context.h:
##########
@@ -166,14 +166,29 @@ class PipelineXFragmentContext : public
PipelineFragmentContext {
// build probe operator and build operator in separate pipelines. To do
this, we should build
// ProbeSide first, and use `_pipelines_to_build` to store which pipeline
the build operator
// is in, so we can build BuildSide once we complete probe side.
- std::map<int, PipelinePtr> _build_side_pipelines;
+ struct Pipelines_Stack {
Review Comment:
It is not a real stack. Using other struct name will be more clear
--
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]