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/05 10:45:23 UTC

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14828: [fix](statistics) fix missing scanBytes and scanRows in query statist…

github-actions[bot] commented on code in PR #14828:
URL: https://github.com/apache/doris/pull/14828#discussion_r1039431796


##########
be/src/vec/exec/vexchange_node.cpp:
##########
@@ -116,6 +116,12 @@ void VExchangeNode::release_resource(RuntimeState* state) {
     }
 }
 
+Status ExchangeNode::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-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