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 2023/01/11 03:43:53 UTC

[GitHub] [doris] morningman commented on a diff in pull request #15805: [bug](compile) fix vscan node compile error

morningman commented on code in PR #15805:
URL: https://github.com/apache/doris/pull/15805#discussion_r1066546842


##########
be/src/vec/exec/scan/vmeta_scan_node.cpp:
##########
@@ -53,7 +53,7 @@ Status VMetaScanNode::_init_scanners(std::list<VScanner*>* scanners) {
     }
     for (auto& scan_range : _scan_ranges) {
         VMetaScanner* scanner =
-                new VMetaScanner(_state, this, _tuple_id, scan_range, _limit_per_scanner);
+                new VMetaScanner(_state, this, _tuple_id, scan_range, _limit_per_scanner, _state->runtime_profile());

Review Comment:
   ```suggestion
                   new VMetaScanner(_state, this, _tuple_id, scan_range, _limit_per_scanner, runtime_profile());
   ```



-- 
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