yiguolei commented on code in PR #39237:
URL: https://github.com/apache/doris/pull/39237#discussion_r1713730157
##########
be/src/pipeline/local_exchange/local_exchange_source_operator.cpp:
##########
@@ -27,14 +27,6 @@ Status LocalExchangeSourceLocalState::init(RuntimeState*
state, LocalStateInfo&
SCOPED_TIMER(_init_timer);
_channel_id = info.task_idx;
_shared_state->mem_trackers[_channel_id] = _mem_tracker.get();
- return Status::OK();
-}
-
-Status LocalExchangeSourceLocalState::open(RuntimeState* state) {
Review Comment:
open () {
new 1
new2
new3 return error
_opened = true;
}
--
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]