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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 4325b839e [doc] Document dynamic options in Creating External Tables
4325b839e is described below

commit 4325b839e95578a2b6d08bc069a7f9d8cb6d5714
Author: Jingsong <[email protected]>
AuthorDate: Wed Jul 12 19:44:39 2023 +0800

    [doc] Document dynamic options in Creating External Tables
---
 docs/content/how-to/creating-tables.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/content/how-to/creating-tables.md 
b/docs/content/how-to/creating-tables.md
index 87b99d5bd..c8e28c236 100644
--- a/docs/content/how-to/creating-tables.md
+++ b/docs/content/how-to/creating-tables.md
@@ -569,6 +569,10 @@ CREATE TABLE MyTable (
 
 ## Creating External Tables
 
+{{< hint info >}}
+If the table already exists, options will not be updated into the table's 
metadata, just as dynamic options.
+{{< /hint >}}
+
 External tables are recorded but not managed by catalogs. If an external table 
is dropped, its table files will not be deleted.
 
 Paimon external tables can be used in any catalog. If you do not want to 
create a Paimon catalog and just want to read / write a table, you can consider 
external tables.

Reply via email to