hailin0 commented on code in PR #5628:
URL: https://github.com/apache/seatunnel/pull/5628#discussion_r1360194679


##########
docs/en/concept/schema-feature.md:
##########
@@ -24,6 +26,14 @@ schema = {
 }
 ```
 
+### table
+
+The table full name of the table identifier which the schema belongs to, it 
contains database, schema, table name. e.g. `database.schema.table`, 
`database.table`.

Review Comment:
   ```suggestion
   The table full name of the table identifier which the schema belongs to, it 
contains database, schema, table name. e.g. `database.schema.table`, 
`database.table`, `schema.table`.
   ```



##########
docs/en/concept/schema-feature.md:
##########
@@ -24,6 +26,14 @@ schema = {
 }
 ```
 
+### table
+
+The table full name of the table identifier which the schema belongs to, it 
contains database, schema, table name. e.g. `database.schema.table`, 
`database.table`.

Review Comment:
   Whether to allow only table name? e.g. `table1`



##########
docs/en/concept/schema-feature.md:
##########
@@ -24,6 +26,14 @@ schema = {
 }
 ```
 
+### table
+
+The table full name of the table identifier which the schema belongs to, it 
contains database, schema, table name. e.g. `database.schema.table`, 
`database.table`.

Review Comment:
   Whether to allow only table name? e.g. `table1`



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to