k-i-d-d commented on code in PR #10409:
URL: https://github.com/apache/doris/pull/10409#discussion_r914338916
##########
be/src/runtime/load_channel.h:
##########
@@ -39,9 +39,8 @@ class Cache;
// corresponding to a certain load job
class LoadChannel {
public:
- LoadChannel(const UniqueId& load_id, int64_t load_mem_limit, int64_t
channel_mem_limit,
- int64_t timeout_s, bool is_high_priority, const std::string&
sender_ip,
- bool is_vec);
+ LoadChannel(const UniqueId& load_id, std::shared_ptr<MemTracker>&
mem_tracker,
+ int64_t timeout_s, bool is_high_priority, const std::string&
sender_ip, bool is_ve);
Review Comment:
should be `is_vec`, fix it in next pr, thks
--
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]