You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/05/20 14:37:00 UTC

[jira] [Closed] (FLINK-17356) Pass table's primary key to catalog table in PostgresCatalog

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

Jark Wu closed FLINK-17356.
---------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

Add IT cases for inserting group by query into posgres catalog table
 - master (1.12.0): fa3768a82fd880178f5c8cb71c28510dd4db4d30
 - 1.11.0: a83ee6c90b605f0807a40c82f2f5879f80f1f2dd

Support PK and Unique constraints
 - master (1.12.0): 38ada4ad5ece2d28707e9403278133d8e5790ec0
 - 1.11.0: b37626bd2a43f9a39a954ef63a924da23a2c3825


> Pass table's primary key to catalog table in PostgresCatalog
> ------------------------------------------------------------
>
>                 Key: FLINK-17356
>                 URL: https://issues.apache.org/jira/browse/FLINK-17356
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / JDBC, Table SQL / Ecosystem
>            Reporter: Flavio Pompermaier
>            Assignee: Flavio Pompermaier
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> At the moment the PostgresCatalog does not create field constraints (at the moment there's only UNIQUE and  PRIMARY_KEY in the TableSchema..could it worth to add also NOT_NULL?)
> We only pass primary key to catalog table for now. UNIQUE and NOT NULL information will be future work.



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