godfreyhe commented on a change in pull request #12577:
URL: https://github.com/apache/flink/pull/12577#discussion_r440719378



##########
File path: docs/dev/table/catalogs.md
##########
@@ -104,29 +119,67 @@ Flink SQL> CREATE TABLE mytable (name STRING, age INT) 
WITH (...);
 Flink SQL> SHOW TABLES;
 mytable
 {% endhighlight %}
+</div>
+</div>
+
 
 For detailed information, please check out [Flink SQL CREATE DDL]({{ 
site.baseurl }}/dev/table/sql/create.html).
 
-### Using Java/Scala/Python API
+### Using Java/Scala
 
-Users can use Java, Scala, or Python API to create catalog tables 
programmatically.
+Users can use Java or Scala to create catalog tables programmatically.
 
 <div class="codetabs" markdown="1">
 <div data-lang="java" markdown="1">
 {% highlight java %}
 TableEnvironment tableEnv = ...
 
 // Create a HiveCatalog 
-Catalog catalog = new HiveCatalog("myhive", null, "<path_of_hive_conf>", 
"<hive_version>");
+Catalog catalog = new HiveCatalog("myhive", null, "<path_of_hive_conf>", 
"<hive_version>")

Review comment:
       not intended, just typo




----------------------------------------------------------------
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


Reply via email to