[
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 stale-minor (was:
auto-deprioritized-major)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is
still Minor, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> 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, stale-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.3.4#803005)