This is an automated email from the ASF dual-hosted git repository.

bli pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 957b911  [hotfix][doc] add missing tag in catalogs.zh.md
957b911 is described below

commit 957b9112e76a09fe64391c0d861d38566f45bba8
Author: bowen.li <bowenl...@gmail.com>
AuthorDate: Thu Dec 12 20:08:37 2019 -0800

    [hotfix][doc] add missing tag in catalogs.zh.md
---
 docs/dev/table/catalogs.zh.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/dev/table/catalogs.zh.md b/docs/dev/table/catalogs.zh.md
index 3cda99c..d6dad15 100644
--- a/docs/dev/table/catalogs.zh.md
+++ b/docs/dev/table/catalogs.zh.md
@@ -136,6 +136,7 @@ catalog.createTable(
     );
     
 List<String> tables = catalog.listTables("mydb); // tables should contain 
"mytable"
+{% endhighlight %}
 
 </div>
 </div>

Reply via email to