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_r244905831
 
 

 ##########
 File path: be/src/olap/rowset/rowset_builder.h
 ##########
 @@ -51,17 +51,17 @@ class RowsetBuilder {
 public:
     virtual ~RowsetBuilder() { }
     
-    virtual NewStatus init(const RowsetBuilderContext& rowset_builder_context) 
= 0;
+    virtual OLAPStatus init(const RowsetBuilderContext& 
rowset_builder_context) = 0;
 
 Review comment:
   If you want to use OLAPStatus, I think you should remove new_status.h first

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

Reply via email to