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


##########
be/src/pipeline/pipeline_fragment_context.cpp:
##########
@@ -172,7 +172,7 @@ Status PipelineFragmentContext::prepare(const 
doris::TExecPlanFragmentParams& re
     _runtime_state->set_query_mem_tracker(_query_ctx->query_mem_tracker);

Review Comment:
   warning: member access into incomplete type 
'std::__shared_ptr_access<doris::pipeline::QueryFragmentsCtx, 
__gnu_cxx::_S_atomic, false, false>::element_type' (aka 
'doris::pipeline::QueryFragmentsCtx') [clang-diagnostic-error]
   ```cpp
   ;
                                                         ^
   ```
   **be/src/pipeline/pipeline_task.h:92:** forward declaration of 
'doris::pipeline::QueryFragmentsCtx'
   ```cpp
   class QueryFragmentsCtx;
         ^
   ```
   



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