[ 
https://issues.apache.org/jira/browse/FLINK-17606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jingsong Lee closed FLINK-17606.
--------------------------------
    Resolution: Implemented

master: 91557c83447444ecfbeba3e4c58297908940834a

> Introduce DataGen connector in table
> ------------------------------------
>
>                 Key: FLINK-17606
>                 URL: https://issues.apache.org/jira/browse/FLINK-17606
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> {code:java}
> CREATE TABLE user (
>     id BIGINT,
>     age INT,
>     description STRING
> ) WITH (
>     'connector' = 'datagen',
>     'rows-per-second'='100',
>     'fields.id.kind' = 'sequence',
>     'fields.id.start' = '1',
>     'fields.age.kind' = 'random',
>     'fields.age.min' = '0',
>     'fields.age.max' = '100',
>     'fields.description.kind' = 'random',
>     'fields.description.length' = '100'
> )
> -- Default is random generator.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to