kaijchen commented on code in PR #23019:
URL: https://github.com/apache/doris/pull/23019#discussion_r1295355544
##########
be/src/olap/delta_writer.cpp:
##########
@@ -66,7 +66,7 @@ DeltaWriter::DeltaWriter(WriteRequest* req, StorageEngine*
storage_engine, Runti
const UniqueId& load_id)
: _req(*req),
_rowset_builder(*req, storage_engine, profile),
- _memtable_writer(*req, profile),
+ _memtable_writer(new MemTableWriter(*req, profile)),
Review Comment:
Updated in ef18a5efaa3b30ae29c7ad4cb8892edd19cb0daf : MemTableWriter object
no longer own member `_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]