feat: gc get ref from manifest (#7260)

feat: get file ref from other manifest

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2025-11-19 20:13:28 +08:00
committed by GitHub
parent e59612043d
commit 0cee4fa115
5 changed files with 75 additions and 25 deletions

View File

@@ -40,7 +40,7 @@ impl InstructionHandler for GetFileRefsHandler {
}));
};
match mito_engine
.get_snapshot_of_file_refs(get_file_refs.region_ids)
.get_snapshot_of_file_refs(get_file_refs.query_regions, get_file_refs.related_regions)
.await
{
Ok(all_file_refs) => {