luozenglin commented on code in PR #14986:
URL: https://github.com/apache/doris/pull/14986#discussion_r1045396993


##########
be/src/pipeline/pipeline_fragment_context.cpp:
##########
@@ -300,7 +300,9 @@ Status PipelineFragmentContext::_build_pipelines(ExecNode* 
node, PipelinePtr cur
     auto node_type = node->type();
     switch (node_type) {
     // for source
-    case TPlanNodeType::OLAP_SCAN_NODE: {

Review Comment:
   The current `VMysqlScanNode` inherits from `ScanNode`, and later can unify 
support for `NewMysqlScanNode` inherits from `VScanNode`



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