HappenLee commented on code in PR #14868: URL: https://github.com/apache/doris/pull/14868#discussion_r1043093424
########## be/src/pipeline/pipeline_fragment_context.cpp: ########## @@ -356,13 +360,46 @@ Status PipelineFragmentContext::_build_pipelines(ExecNode* node, PipelinePtr cur RETURN_IF_ERROR(cur_pipe->add_operator(builder)); break; } + case TPlanNodeType::INTERSECT_NODE: { + auto* intersect_node = assert_cast<vectorized::VSetOperationNode<true>*>(node); Review Comment: rethink we should do the `assert_cast` ? -- 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