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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]