fn check_are_snapshots_compatible(
    full_snapshot_archive_info: &FullSnapshotArchiveInfo,
    incremental_snapshot_archive_info: Option<&IncrementalSnapshotArchiveInfo>
) -> Result<()>
Expand description

Check if an incremental snapshot is compatible with a full snapshot. This is done by checking if the incremental snapshot’s base slot is the same as the full snapshot’s slot.