github-actions[bot] commented on code in PR #14828: URL: https://github.com/apache/doris/pull/14828#discussion_r1039457905
########## be/src/vec/exec/vexchange_node.cpp: ########## @@ -116,6 +116,12 @@ void VExchangeNode::release_resource(RuntimeState* state) { } } +Status VExchangeNode::collect_query_statistics(QueryStatistics* statistics) { Review Comment: warning: use of undeclared identifier 'ExchangeNode' [clang-diagnostic-error] ```cpp Status ExchangeNode::collect_query_statistics(QueryStatistics* statistics) { ^ ``` -- 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