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_r244907585
##########
File path: be/src/olap/rowset/rowset_meta_manager.cpp
##########
@@ -33,73 +33,73 @@ namespace doris {
const std::string ROWSET_PREFIX = "rst_";
-NewStatus convert_meta_status(OLAPStatus status) {
+OLAPStatus convert_meta_status(OLAPStatus status) {
Review comment:
This function is used to convert OLAPStatus to NewStatus.
If you use OLAPStatus, this function is useless.
Remove this function.
----------------------------------------------------------------
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]