mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-22 07:50:38 +00:00
refactor: implement Display for TableRouteKey (#1879)
This commit is contained in:
@@ -301,7 +301,7 @@ impl DistTable {
|
||||
schema_name,
|
||||
table_name: old_table_name,
|
||||
}
|
||||
.key();
|
||||
.to_string();
|
||||
|
||||
let new_key = TableRouteKey {
|
||||
table_id: table_id.into(),
|
||||
@@ -309,7 +309,7 @@ impl DistTable {
|
||||
schema_name,
|
||||
table_name: new_table_name,
|
||||
}
|
||||
.key();
|
||||
.to_string();
|
||||
|
||||
self.catalog_manager
|
||||
.backend()
|
||||
|
||||
Reference in New Issue
Block a user