decster commented on a change in pull request #3668: URL: https://github.com/apache/incubator-doris/pull/3668#discussion_r432253819
########## File path: be/src/olap/base_tablet.h ########## @@ -84,6 +85,10 @@ inline const TabletMetaSharedPtr BaseTablet::tablet_meta() { return _tablet_meta; } +inline bool BaseTablet::is_memory() const { + return _tablet_meta->tablet_type() == TabletTypePB::TABLET_TYPE_MEMORY; Review comment: fixed ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org