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)