ruanwenjun commented on code in PR #5628:
URL: https://github.com/apache/seatunnel/pull/5628#discussion_r1360230939
##########
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:
We cannot support `schema.table` yet.
Since if user write `a.b`, we cannot know whather the given `a` is schema or
database. And the logic is same with current code in TablePath::of(String
fullName), the database and table is mandatory but schema is chooseable.
--
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]