From f5d6751954e48ed1d0d60ce68de3fdf0a0de39f4 Mon Sep 17 00:00:00 2001 From: Dennis Zhuang Date: Fri, 29 Dec 2023 17:11:56 +0800 Subject: [PATCH] fix: comment --- src/catalog/src/information_schema/schemata.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,