Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Feb 7, 2024
1 parent 3fd47d6 commit c763406
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/catalog/src/information_schema/partitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ impl InformationTable for InformationSchemaPartitions {
}
}

/// Builds the `information_schema.TABLE` table row by row
///
/// Columns are based on <https://www.postgresql.org/docs/current/infoschema-columns.html>
struct InformationSchemaPartitionsBuilder {
schema: SchemaRef,
catalog_name: String,
Expand Down
3 changes: 0 additions & 3 deletions src/catalog/src/information_schema/region_peers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ impl InformationTable for InformationSchemaRegionPeers {
}
}

/// Builds the `information_schema.TABLE` table row by row
///
/// Columns are based on <https://www.postgresql.org/docs/current/infoschema-columns.html>
struct InformationSchemaRegionPeersBuilder {
schema: SchemaRef,
catalog_name: String,
Expand Down

0 comments on commit c763406

Please sign in to comment.