mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-21 15:30:40 +00:00
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user