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