You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "YuJue Li (Jira)" <ji...@apache.org> on 2022/10/31 15:20:00 UTC

[jira] [Resolved] (IGNITE-16667) AFFINITY_COLUMN & PK column in the TABLE_COLUMNS view are always FALSE.

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

YuJue Li resolved IGNITE-16667.
-------------------------------
    Resolution: Fixed

> AFFINITY_COLUMN & PK column in the TABLE_COLUMNS view are always FALSE.
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-16667
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16667
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.12
>            Reporter: YuJue Li
>            Priority: Critical
>             Fix For: 2.14
>
>
> execute the sql:
> CREATE TABLE City (
>   ID INT,
>   Name VARCHAR,
>   CountryCode CHAR(3),
>   District VARCHAR,
>   Population INT,
>   PRIMARY KEY (ID, CountryCode)
> );
> then select * from sys.table_column where table_name = 'CITY';



--
This message was sent by Atlassian Jira
(v8.20.10#820010)