pub async fn delta_rollup_upto<S: LayerStore, F: 'static + FileLoad + FileStore>(
    store: &S,
    layer: &InternalLayer,
    upto: [u32; 5],
    files: ChildLayerFiles<F>
) -> Result<()>