[
https://issues.apache.org/jira/browse/IGNITE-16667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
YuJue Li updated IGNITE-16667:
------------------------------
Description:
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';
was:As described in the title.
> 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.13
>
>
> 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.1#820001)