diff --git a/src/catalog/src/information_schema/schemata.rs b/src/catalog/src/information_schema/schemata.rs index 1c1258fbe1de..8f523f7a9383 100644 --- a/src/catalog/src/information_schema/schemata.rs +++ b/src/catalog/src/information_schema/schemata.rs @@ -113,9 +113,9 @@ impl InformationTable for InformationSchemaSchemata { } } -/// Builds the `information_schema.TABLE` table row by row +/// Builds the `information_schema.schemata` table row by row /// -/// Columns are based on +/// Columns are based on struct InformationSchemaSchemataBuilder { schema: SchemaRef, catalog_name: String,