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