airborne12 commented on code in PR #34915: URL: https://github.com/apache/doris/pull/34915#discussion_r1604522885
########## be/src/olap/tablet.h: ########## @@ -476,6 +476,8 @@ class Tablet final : public BaseTablet { } inline bool is_full_compaction_running() const { return _is_full_compaction_running; } void clear_cache() override; + Status clac_local_file_crc(uint32_t* crc_value, int64_t start_version, int64_t end_version, Review Comment: clac->calc -- 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