[
https://issues.apache.org/jira/browse/FLINK-19418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-19418:
-----------------------------------
Priority: Minor (was: Major)
> 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: Minor
> Labels: auto-deprioritized-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)