You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/12/12 04:34:33 UTC

[GitHub] [doris] luozenglin commented on a diff in pull request #14986: [enhancement](pipeline) support jdbc scan, jdbc sink, odbc scan and odbc sink node for pipeline.

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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org