pengxiangyu commented on code in PR #15832:
URL: https://github.com/apache/doris/pull/15832#discussion_r1068896351


##########
be/src/olap/push_handler.cpp:
##########
@@ -203,6 +203,8 @@ Status PushHandler::_convert_v2(TabletSharedPtr cur_tablet, 
RowsetSharedPtr* cur
         context.rowset_state = PREPARED;
         context.segments_overlap = OVERLAP_UNKNOWN;
         context.tablet_schema = tablet_schema;
+        context.oldest_write_timestamp = UnixSeconds();
+        context.newest_write_timestamp = UnixSeconds();

Review Comment:
   It is used to init it,  BetaRowsetWriter::build may be used when reseting 
timestamp.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to