[
https://issues.apache.org/jira/browse/CARBONDATA-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ravindra Pesala resolved CARBONDATA-802.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
> 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
> Fix For: 1.1.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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)