imay commented on a change in pull request #669: Convert old files when start be
URL: https://github.com/apache/incubator-doris/pull/669#discussion_r261161214
 
 

 ##########
 File path: be/src/olap/olap_meta.cpp
 ##########
 @@ -155,4 +155,25 @@ std::string OlapMeta::get_root_path() {
     return _root_path;
 }
 
+OLAPStatus OlapMeta::get_tablet_convert_finished(bool& flag) {
+    // get is_header_converted flag
+    std::string value;
+    std::string key = TABLET_CONVERT_FINISHED;
+    OLAPStatus s = get(DEFAULT_COLUMN_FAMILY_INDEX, key, value);
 
 Review comment:
   Should use pointer for output parameter

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