You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/04/23 01:08:52 UTC

[GitHub] [incubator-paimon] JingsongLi commented on a diff in pull request #979: [doc] Improve Java API documentation

JingsongLi commented on code in PR #979:
URL: https://github.com/apache/incubator-paimon/pull/979#discussion_r1174488017


##########
docs/content/api/java-api.md:
##########
@@ -76,6 +76,70 @@ public class CreateCatalog {
 }
 ```
 
+## Create Database
+
+You can use the catalog to create databases. The created databases are persistence in the file system.
+
+```java
+import org.apache.paimon.catalog.Catalog;
+import org.apache.paimon.catalog.CatalogContext;

Review Comment:
   unused importing. 



-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org