imay opened a new issue #4181: URL: https://github.com/apache/incubator-doris/issues/4181
If a tablet rowset type is BETA, Linked Schema change will not be triggered. This is because, when the code see the new tablet's perfer rowset type is BETA, it will choose a directly way to do schema change. This should be check if the new tablet rowset type is the same with base tablet rowset type. If they are not equal, then directly schema change will be used. ---------------------------------------------------------------- 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]
