You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sarath Subramanian (JIRA)" <ji...@apache.org> on 2018/04/09 20:43:00 UTC

[jira] [Created] (ATLAS-2549) Regression with respect to Partition keys

Sarath Subramanian created ATLAS-2549:
-----------------------------------------

             Summary: Regression with respect to Partition keys
                 Key: ATLAS-2549
                 URL: https://issues.apache.org/jira/browse/ATLAS-2549
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 1.0.0
            Reporter: Sarath Subramanian
            Assignee: Sarath Subramanian
             Fix For: 1.0.0


>> Create table employee(id int,name string) partitioned by (dept string);

With above command , 
 id ,name and dept are listed in "columns" array and dept information is in "partitionKeys" array also in the GET entity response of employee table.

Only id and name should be present in "columns" array.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)