chaoyli 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_r244918853
 
 

 ##########
 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:
   Function which relied on has changed, So this is converted to a palceholder 
to compile.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to