[ 
https://issues.apache.org/jira/browse/FLINK-19418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17336080#comment-17336080
 ] 

Flink Jira Bot commented on FLINK-19418:
----------------------------------------

This issue was labeled "stale-major" 7 ago and has not received any updates so 
it is being deprioritized. If this ticket is actually Major, please raise the 
priority and ask a committer to assign you the issue or revive the public 
discussion.


> Inline PRIMARY KEY constraint should be invalid
> -----------------------------------------------
>
>                 Key: FLINK-19418
>                 URL: https://issues.apache.org/jira/browse/FLINK-19418
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>    Affects Versions: 1.13.0, 1.12.3
>            Reporter: Konstantin Knauf
>            Priority: Major
>              Labels: stale-major
>
> The following statement validates and is accepted although inline PRIMARY KEY 
> constraints are actually not supported. 
> {noformat}
> CREATE TEMPORARY TABLE users (
>   user_id INT PRIMARY KEY, 
>   user_name VARCHAR(255), 
>   age INT
> ) WITH (
>   'connector' = 'datagen',
>   'fields.user_id.min' = '1',
>   'fields.user_id.max' = '50',
>   'fields.age.min' = '10',
>   'fields.age.max' = '100'
> );
> {noformat}



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

Reply via email to