0AyanamiRei commented on code in PR #64614:
URL: https://github.com/apache/doris/pull/64614#discussion_r3459192808
##########
be/src/load/channel/load_stream.cpp:
##########
@@ -445,12 +445,9 @@ void IndexStream::close(const std::vector<PTabletID>&
tablets_to_commit,
}
}
-// TODO: Profile is temporary disabled, because:
-// 1. It's not being processed by the upstream for now
-// 2. There are some problems in _profile->to_thrift()
LoadStream::LoadStream(const PUniqueId& load_id, LoadStreamMgr*
load_stream_mgr,
bool enable_profile)
- : _load_id(load_id), _enable_profile(false),
_load_stream_mgr(load_stream_mgr) {
+ : _load_id(load_id), _enable_profile(enable_profile),
_load_stream_mgr(load_stream_mgr) {
Review Comment:
yeah, it's a problem. ill fix it
--
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]