mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 19:30:37 +00:00
feat: manual compact api (#1912)
* merge develop * chore: merge develop * fix: some cr commentx * fix: cr comments
This commit is contained in:
@@ -115,7 +115,7 @@ impl RemoteCatalogManager {
|
||||
joins.push(self.initiate_schemas(node_id, backend, engine_manager, catalog_name));
|
||||
}
|
||||
|
||||
let _ = futures::future::try_join_all(joins).await?;
|
||||
futures::future::try_join_all(joins).await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user