You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Naresh P R (JIRA)" <ji...@apache.org> on 2017/03/21 17:05:41 UTC

[jira] [Created] (CARBONDATA-802) Select query is throwing exception if new dictionary column is added without any default value

Naresh P R created CARBONDATA-802:
-------------------------------------

             Summary: Select query is throwing exception if new dictionary column is added without any default value
                 Key: CARBONDATA-802
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-802
             Project: CarbonData
          Issue Type: Bug
            Reporter: Naresh P R
            Assignee: Naresh P R
            Priority: Minor


Select query is throwing exception if new dictionary column is added without any default value

eg., create table test(int id, name string) stored as 'carbondata'
alter table test add columns(country string) tblproperties('default.value.country'='india') -->select query is passing
alter table test add columns(state string) -->select query is failing




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)