yiguolei commented on PR #8574: URL: https://github.com/apache/incubator-doris/pull/8574#issuecomment-1089580032
> Schema hash is currently widely used in various modules of BE and is strongly related to the data itself. Strict review is required for schema hash modifications. > > It is recommended to add the following content to the PR: > > 1. Which modules currently use the schema hash, and whether it will affect it after removing it. > 2. Which modules are modified by this PR > 3. Which modules have not been modified > 4. What is the next step. This PR mainly modify following modules: 1. It removes schema hash from tablet manager's get_tablet method, and modified the related usage. 2. It removes schema hash from http service's api. [this may cause some usage problems but I think it is ok] -- 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]
