TyrantLucifer commented on code in PR #3344:
URL:
https://github.com/apache/incubator-seatunnel/pull/3344#discussion_r1018571822
##########
docs/en/concept/schema-feature.md:
##########
@@ -23,6 +23,8 @@ Some NoSQL databases or message queue are not strongly
limited schema, so the sc
| time | Only store time. Accuracy is 100 nanoseconds. |
| timestamp | Stores a unique number that is updated whenever a row is created
or modified. timestamp is based on the internal clock and does not correspond
to real time. There can only be one timestamp variable per table. |
| row | Row type,can be nested. |
+| map | A Map is an object that maps keys to values. |
+| array | A array is a data type that represents a collection of elements
|
## How to use schema
Review Comment:
Please also add array and map examples in there.
--
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]