RocMarshal commented on code in PR #26455: URL: https://github.com/apache/flink/pull/26455#discussion_r2048132033
########## docs/content.zh/docs/connectors/table/datagen.md: ########## @@ -285,21 +300,21 @@ CREATE TABLE Orders ( <td>可选</td> <td style="word-wrap: break-word;">(Minimum value of type)</td> <td>(Type of field)</td> - <td>随机生成器的最小值,适用于数字类型。</td> + <td>随机生成器的最小值,仅适用于数字类型。</td> </tr> <tr> <td><h5>fields.#.max</h5></td> <td>可选</td> <td style="word-wrap: break-word;">(Maximum value of type)</td> <td>(Type of field)</td> - <td>随机生成器的最大值,适用于数字类型。</td> + <td>随机生成器的最大值,仅适用于数字类型。</td> </tr> <tr> <td><h5>fields.#.max-past</h5></td> <td>可选</td> <td style="word-wrap: break-word;">0</td> <td>Duration</td> - <td>随机生成器生成相对当前时间向过去偏移的最大值,适用于 timestamp 类型。</td> + <td>对于 string/bytes 类型为 100,对于 array/map/multiset 类型为 3</td> Review Comment: ```suggestion <td>对于 string/bytes 类型为 100,对于 array/map/multiset 类型为 3。</td> ``` ########## docs/content.zh/docs/connectors/table/datagen.md: ########## @@ -97,6 +97,21 @@ CREATE TABLE Orders ( ) ``` +对于集合类型,您可以指定集合的大小(元素个数)。 Review Comment: ```suggestion 对于集合类型,你可以指定集合的大小(元素个数)。 ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org