You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/10/12 07:23:19 UTC

[iceberg] branch master updated: Docs: Fix table name (#5962)

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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 7695426a0c Docs: Fix table name (#5962)
7695426a0c is described below

commit 7695426a0cd2fb668b124dada078292e7092a832
Author: wangJm <mg...@gmail.com>
AuthorDate: Wed Oct 12 15:23:12 2022 +0800

    Docs: Fix table name (#5962)
---
 docs/flink-connector.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/flink-connector.md b/docs/flink-connector.md
index fb7cb21fe4..dc1520a596 100644
--- a/docs/flink-connector.md
+++ b/docs/flink-connector.md
@@ -44,7 +44,7 @@ To create the table in Flink SQL by using SQL syntax `CREATE TABLE test (..) WIT
 
 Before executing the following SQL, please make sure you've configured the Flink SQL client correctly according to the quick start [document](../flink).
 
-The following SQL will create a Flink table in the current Flink catalog, which maps to the iceberg table `default_database.iceberg_table` managed in iceberg catalog.
+The following SQL will create a Flink table in the current Flink catalog, which maps to the iceberg table `default_database.flink_table` managed in iceberg catalog.
 
 ```sql
 CREATE TABLE flink_table (