kaijchen commented on code in PR #21746:
URL: https://github.com/apache/doris/pull/21746#discussion_r1265621462


##########
be/src/olap/rowset/beta_rowset_writer.h:
##########
@@ -240,6 +243,8 @@ class BetaRowsetWriter : public RowsetWriter {
 
     int64_t _delete_bitmap_ns = 0;
     int64_t _segment_writer_ns = 0;
+
+    DeltaWriter* _delta_writer = nullptr;

Review Comment:
   We should not expose delta writer to rowset writer.



-- 
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]

Reply via email to