mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-25 23:49:58 +00:00
chore: remove unnecessary result wrappings (#3084)
patch: remove unnecessary result wrappings Signed-off-by: 蔡略 <cailue@bupt.edu.cn>
This commit is contained in:
@@ -526,7 +526,6 @@ CREATE TABLE {table_name} (
|
||||
.region_routes()
|
||||
.expect("physical table route"),
|
||||
)
|
||||
.unwrap()
|
||||
.iter()
|
||||
.map(|(k, v)| (v[0], *k))
|
||||
.collect::<HashMap<u32, u64>>();
|
||||
|
||||
Reference in New Issue
Block a user