danny0405 commented on a change in pull request #11190: [FLINK-16089][docs] Translate "Data Type" page of "Table API & SQL" into Chinese URL: https://github.com/apache/flink/pull/11190#discussion_r383771025
########## File path: docs/dev/table/types.zh.md ########## @@ -878,40 +809,37 @@ DataTypes.INTERVAL(DataTypes.MONTH()) </div> -The type can be declared using the above combinations where `p` is the number of digits of years -(*year precision*). `p` must have a value between `1` and `4` (both inclusive). If no year precision -is specified, `p` is equal to `2`. +可以使用以上组合来声明类型,其中 `p` 是年数(*年精度*)的位数。`p` 的值必须介于 `1` 和之间 `4`(含边界值)。如果未指定年精度,`p` 则等于 `2`。 Review comment: `1` 和之间 `4` ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
