yixiutt commented on code in PR #11195: URL: https://github.com/apache/doris/pull/11195#discussion_r929817716
########## be/src/olap/tablet.h: ########## @@ -438,6 +438,9 @@ inline void Tablet::set_cumulative_layer_point(int64_t new_point) { } inline bool Tablet::enable_unique_key_merge_on_write() const { + if (_tablet_meta == nullptr) { Review Comment: actually it's for test -- 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