yangzhg opened a new issue #3627: URL: https://github.com/apache/incubator-doris/issues/3627
**Describe the bug** if doris has duplicate tables after upgrade to 0.12.10, the be may failed to start. **To Reproduce** Steps to reproduce the behavior: 1. doris has duplicate tables and upgrade to 0.12.10 2. check the be.INFO 3. will found the log like `E0518 19:29:16.300292 46099 alpha_rowset.cpp:305] column pruning size is error.zone_maps_size=4, num_key_columns=4` 4. See error **Resson** Before 0.12.10, the zone map columns number in duplicate table is the same with the key column numbers, but after 0.12.10 we build zone map for the value column, so when first start the two number is not the same , it cuases failed to start ---------------------------------------------------------------- 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]
