pub async fn check_compaction_result(
compact_task: &CompactTask,
context: CompactorContext,
) -> HummockResult<bool>
Expand description
Compare result of compaction task and input. The data saw by user shall not change after applying compaction result.