mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 18:00:41 +00:00
refactor: refactor alter table procedure (#3678)
* refactor: refactor alter table procedure * chore: apply suggestions from CR * chore: remove `alter_expr` and `alter_kind`
This commit is contained in:
@@ -140,7 +140,7 @@ impl TableMetadataBencher {
|
||||
let start = Instant::now();
|
||||
let _ = self
|
||||
.table_metadata_manager
|
||||
.rename_table(table_info.unwrap(), new_table_name)
|
||||
.rename_table(&table_info.unwrap(), new_table_name)
|
||||
.await;
|
||||
|
||||
start.elapsed()
|
||||
|
||||
Reference in New Issue
Block a user