chaoyli commented on a change in pull request #529: Remove segment group from delta writer URL: https://github.com/apache/incubator-doris/pull/529#discussion_r247422036
########## File path: be/src/olap/delta_writer.cpp ########## @@ -29,34 +31,27 @@ OLAPStatus DeltaWriter::open(WriteRequest* req, DeltaWriter** writer) { DeltaWriter::DeltaWriter(WriteRequest* req) : _req(*req), _tablet(nullptr), - _cur_segment_group(nullptr), _new_tablet(nullptr), - _writer(nullptr), _mem_table(nullptr), + _cur_rowset(nullptr), _related_rowset(nullptr), _new_tablet(nullptr), Review comment: The two variable names _related_rowset and _new_tablet should be consistent. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org