godfreyhe commented on a change in pull request #12577: URL: https://github.com/apache/flink/pull/12577#discussion_r439380017
########## File path: docs/dev/table/catalogs.zh.md ########## @@ -100,10 +115,13 @@ Flink SQL> CREATE TABLE mytable (name STRING, age INT) WITH (...); Flink SQL> SHOW TABLES; mytable {% endhighlight %} +</div> +</div> + 更多详细信息,请参考[Flink SQL CREATE DDL]({{ site.baseurl }}/zh/dev/table/sql/create.html)。 -### 使用 Java/Scala/Python API +### 使用 Java/Scala 用户可以用编程的方式使用Java、Scala 或者 Python API 来创建 Catalog 表。 Review comment: Currently, we can't create a python catalog unless we use jvm_gateway, but that's a little hack. I get the confirm from @dianfu that we can delete `Python API` part now, @dianfu will re-add an example once his refactor work is done. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org