chaoyli commented on issue #3930: URL: https://github.com/apache/incubator-doris/issues/3930#issuecomment-655847887
> > I think it's better to handle the problem in load. > > If you want to preserve the ordering, you can speculate the behavior in the load command. > > CreateTable should not catch this logic, otherwise it's confused to people to understand the create table. > > If a sequence column is generated during the Load command phase, we need to consider the case where the user first load and specified a sequence column and then did not, or did not specify a sequence column the first time and then specified a sequence column. This will make the analysis of the load phase more complicated I think it's a problem about stable sort. If we can ensure the data received lately been flushed lately. It seems can solve the problem rightly? ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org