yangzhg commented on a change in pull request #3056: implement except node URL: https://github.com/apache/incubator-doris/pull/3056#discussion_r392203989
########## File path: be/src/exec/exec_node.cpp ########## @@ -446,9 +446,9 @@ Status ExecNode::create_node(RuntimeState* state, ObjectPool* pool, const TPlanN *node = pool->add(new IntersectNode(pool, tnode, descs)); return Status::OK(); - // case TPlanNodeType::EXCEPT_NODE: - // *node = pool->add(new ExceptNode(pool, tnode, descs)); - // return Status::OK(); Review comment: comment in wrong place ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org