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

Flink Jira Bot updated FLINK-19418:
-----------------------------------
      Labels: auto-deprioritized-major auto-deprioritized-minor  (was: 
auto-deprioritized-major stale-minor)
    Priority: Not a Priority  (was: Minor)

This issue was labeled "stale-minor" 7 days ago and has not received any 
updates so it is being deprioritized. If this ticket is actually Minor, 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: Not a Priority
>              Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> 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.20.1#820001)

Reply via email to