Skip to content

Commit

Permalink
Update src/table/src/metadata.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ruihang Xia <[email protected]>
  • Loading branch information
killme2008 and waynexia authored Sep 18, 2023
1 parent 1579f08 commit 4b8a950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ impl TableInfo {
.map(|id| RegionId::new(self.table_id(), *id))
.collect()
}
/// Returns the full table name in the form of `{catalo}g.{schema}.{table}`.
/// Returns the full table name in the form of `{catalog}.{schema}.{table}`.
pub fn full_table_name(&self) -> String {
common_catalog::format_full_table_name(&self.catalog_name, &self.schema_name, &self.name)
}
Expand Down

0 comments on commit 4b8a950

Please sign in to comment.