yiguolei commented on code in PR #28149: URL: https://github.com/apache/doris/pull/28149#discussion_r1420186128
########## be/src/olap/tablet_meta.cpp: ########## @@ -679,7 +679,7 @@ void TabletMeta::to_meta_pb(TabletMetaPB* tablet_meta_pb) { time_series_compaction_time_threshold_seconds()); } -uint32_t TabletMeta::mem_size() const { +int64_t TabletMeta::mem_size() const { Review Comment: 如果没有用的话,直接把这个代码删了吧 ########## be/src/olap/tablet_meta.cpp: ########## @@ -679,7 +679,7 @@ void TabletMeta::to_meta_pb(TabletMetaPB* tablet_meta_pb) { time_series_compaction_time_threshold_seconds()); } -uint32_t TabletMeta::mem_size() const { +int64_t TabletMeta::mem_size() const { Review Comment: 如果没有用的话,直接把这个代码删了吧 -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org 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