yuanoOo commented on code in PR #5264: URL: https://github.com/apache/gravitino/pull/5264#discussion_r1818815565
########## docs/jdbc-oceanbase-catalog.md: ########## @@ -0,0 +1,227 @@ +--- +title: "OceanBase catalog" +slug: /jdbc-oceanbase-catalog +keywords: +- jdbc +- OceanBase +- metadata +license: "This software is licensed under the Apache License version 2." +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Introduction + +Apache Gravitino provides the ability to manage OceanBase metadata. + +:::caution +Gravitino saves some system information in schema and table comment, like `(From Gravitino, DO NOT EDIT: gravitino.v1.uid1078334182909406185)`, please don't change or remove this message. +::: + +## Catalog + +### Catalog capabilities + +- Gravitino catalog corresponds to the OceanBase instance. +- Supports metadata management of OceanBase (3.x, 4.x). Review Comment: No,I would remove 3.x first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
