kangpinghuang commented on a change in pull request #611: Fix create tablet bug
URL: https://github.com/apache/incubator-doris/pull/611#discussion_r252585409
 
 

 ##########
 File path: be/src/olap/rowset_graph.cpp
 ##########
 @@ -160,8 +160,10 @@ OLAPStatus RowsetGraph::_add_vertex_to_graph(int 
vertex_value) {
     return OLAP_SUCCESS;
 }
 
-OLAPStatus RowsetGraph::capture_consistent_versions(const Version& 
spec_version,
-                                               std::vector<Version>* 
version_path) {
+OLAPStatus
+RowsetGraph::capture_consistent_versions(
 
 Review comment:
   put OLAPStatus next line

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