github-actions[bot] commented on code in PR #15618: URL: https://github.com/apache/doris/pull/15618#discussion_r1065310582
########## be/src/exec/exec_node.cpp: ########## @@ -404,6 +406,14 @@ Status ExecNode::create_node(RuntimeState* state, ObjectPool* pool, const TPlanN *node = pool->add(new vectorized::VSchemaScanNode(pool, tnode, descs)); return Status::OK(); + case TPlanNodeType::META_SCAN_NODE: + if (state->enable_vectorized_exec()) { Review Comment: warning: no member named 'enable_vectorized_exec' in 'doris::RuntimeState' [clang-diagnostic-error] ```cpp if (state->enable_vectorized_exec()) { ^ ``` -- 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