mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 05:42:57 +00:00
fix: fix broken CI 😢 (#1884)
This commit is contained in:
@@ -110,7 +110,7 @@ impl CreateTableProcedure {
|
|||||||
let table_id = self.creator.data.table_route.table.id;
|
let table_id = self.creator.data.table_route.table.id;
|
||||||
|
|
||||||
let table_route_key = TableRouteKey::with_table_name(table_id, &table_name.clone().into())
|
let table_route_key = TableRouteKey::with_table_name(table_id, &table_name.clone().into())
|
||||||
.key()
|
.to_string()
|
||||||
.into_bytes();
|
.into_bytes();
|
||||||
|
|
||||||
let table_global_key = TableGlobalKey {
|
let table_global_key = TableGlobalKey {
|
||||||
|
|||||||
Reference in New Issue
Block a user