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_r244918081
 
 

 ##########
 File path: be/src/olap/rowset/rowset_meta.h
 ##########
 @@ -241,6 +241,8 @@ class RowsetMeta {
         _rowset_meta_pb.set_extra_properties(extra_properties);
     }
 
+    OLAPStatus to_rowset_pb(RowsetMetaPB* rs_meta_pb);
+    virtual int64_t creation_time() const;
 
 Review comment:
   This is not in the RowsetMetaPB, but tablet.cpp has it. So this is a 
interface used to compilation.

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