You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ajeet Rai (JIRA)" <ji...@apache.org> on 2017/12/20 11:38:01 UTC

[jira] [Closed] (CARBONDATA-1708) Carbon1.3.0 Dictionary creation: By default dictionary is not created for string column

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

Ajeet Rai closed CARBONDATA-1708.
---------------------------------
    Resolution: Invalid

Working as per the latest documentation. Hence closing the defect.

> Carbon1.3.0 Dictionary creation: By default dictionary is not created for string column
> ---------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1708
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1708
>             Project: CarbonData
>          Issue Type: Bug
>          Components: other
>    Affects Versions: 1.3.0
>         Environment: 3 Node ant cluster
>            Reporter: Ajeet Rai
>            Assignee: Vandana Yadav
>            Priority: Minor
>              Labels: Functional
>
> By default dictionary is not created for string column.  
> steps: 
> 1: create a table with one column of string data type:
> create table check_dict(id int, name string)
> 2: insert into check_dict select 1,'abc'
> 3: describe the table to check dictionary column:
> desc formatted check_dict;
> 4: Observe that name column is not DICTIONARY column.
> Issue: This is not as per document. 
> Link: https://carbondata.apache.org/ddl-operation-on-carbondata.html
> Expected : Dictionary encoding is enabled by default for all String columns, and disabled for non-String columns



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)