Details
-
Bug
-
Status: Closed
-
Not a Priority
-
Resolution: Fixed
-
1.13.0, 1.12.3
Description
The following statement validates and is accepted although inline PRIMARY KEY constraints are actually not supported.
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' );
Attachments
Issue Links
- is fixed by
-
FLINK-30386 Column constraint lacks primary key not enforced check
- Closed