mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
chore: remove unused
This commit is contained in:
@@ -43,11 +43,6 @@ pub fn column_schemas_to_proto(
|
||||
} else {
|
||||
SemanticType::Field
|
||||
} as i32;
|
||||
let comment = schema
|
||||
.metadata()
|
||||
.get(COMMENT_KEY)
|
||||
.cloned()
|
||||
.unwrap_or_default();
|
||||
|
||||
api::v1::ColumnSchema {
|
||||
column_name: schema.name.clone(),
|
||||
|
||||
Reference in New Issue
Block a user