mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-23 16:30:39 +00:00
feat: distributed alter table in region server (#2311)
* feat: distributed alter table in region server * rebase
This commit is contained in:
@@ -58,7 +58,7 @@ pub enum Error {
|
||||
source: BoxedError,
|
||||
},
|
||||
|
||||
#[snafu(display("Column {} already exists in table {}", column_name, table_name))]
|
||||
#[snafu(display("Column {column_name} already exists in table {table_name}, at {location}"))]
|
||||
ColumnExists {
|
||||
column_name: String,
|
||||
table_name: String,
|
||||
|
||||
Reference in New Issue
Block a user