morningman commented on pull request #5152: URL: https://github.com/apache/incubator-doris/pull/5152#issuecomment-751312808
> > It seems that rowset [304123-304140] is missed. > > But the truth is [304122-304140] is already merged and its create time is updated when merge finished. > > So its create time is even later than [304141-304141]. > > > But the truth is [304122-304140] is already merged and its create time is updated when merge finished. > > I think the `create time` should be immutable, why we need to update `create time when merge finished.? The `create_time` is not modified. It just because the rowset with higher version may be created before the rowset will lower version. For example: [0-10], [10-15], [16-16] the create time of [10-15] may be later then [16-16], because the compaction of [10-15] is later than the creation of [16-16] ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
