kangpinghuang commented on a change in pull request #493: Make tablet and tablet_meta can be compiled URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244908228
########## File path: be/src/olap/tablet_manager.cpp ########## @@ -1141,7 +1140,7 @@ OLAPStatus TabletManager::_create_new_tablet_header( size_t field_off = 0; for (field_off = 0; field_off < field_num; ++field_off) { if (ref_tablet->tablet_schema()[field_off].name == column.column_name) { - uint32_t unique_id = ref_tablet->tablet_schema()[field_off].unique_id; + //uint32_t unique_id = ref_tablet->tablet_schema()[field_off].unique_id; Review comment: why comment here? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org