yiguolei commented on code in PR #61271:
URL: https://github.com/apache/doris/pull/61271#discussion_r2964908518
##########
be/src/runtime/query_context.h:
##########
@@ -394,6 +395,7 @@ class QueryContext : public
std::enable_shared_from_this<QueryContext> {
// instance id + node id -> cte scan
std::map<std::pair<TUniqueId, int>, RecCTEScanLocalState*> _cte_scan;
std::mutex _cte_scan_lock;
+ std::shared_ptr<ScannerMemShareArbitrator> _mem_arb = nullptr;
Review Comment:
我们应该写一个通用的MemoryArbitrator 接口,然后scan 只是其中一个特殊的算子而已
--
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]