pengxiangyu commented on PR #13487: URL: https://github.com/apache/doris/pull/13487#issuecomment-1291419483
> > > > 1. I think you could add support to convert old table (not support light weight schema change) to new table (support light weight schema change). Then we could use light weight schema change to do such things. > 2. we will set light_schema_change = true as default in one or two months. We will remove linked schema change after 1.2 is released and it is stable. Then most of link file related code will be removed. I think you could help us add such feature then we could remove linked schema change more quickly. light_schema_change is only useful in alter table add value, but not alter table add key, which is still used in old case, so we must change the implement in BE. -- 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