[
https://issues.apache.org/jira/browse/CARBONDATA-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kunal Kapoor resolved CARBONDATA-2792.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.4.1
> Create external table fails post schema restructure
> ----------------------------------------------------
>
> Key: CARBONDATA-2792
> URL: https://issues.apache.org/jira/browse/CARBONDATA-2792
> Project: CarbonData
> Issue Type: Bug
> Affects Versions: 1.4.0, 1.5.0, 1.4.2
> Reporter: Mohammad Shahid Khan
> Assignee: Mohammad Shahid Khan
> Priority: Major
> Fix For: 1.4.1
>
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> Steps to reproduce.
> sql("create table rstest1 (c1 string,c2 int) STORED BY
> 'org.apache.carbondata.format'")
> sql("Alter table rstest1 drop columns(c2)")
> sql(
> "Alter table rstest1 add columns(c4 string)
> TBLPROPERTIES('DICTIONARY_EXCLUDE'='c4', " +
> "'DEFAULT.VALUE.c4'='def')")
> sql(s"""CREATE EXTERNAL TABLE rsext STORED BY 'carbondata' LOCATION
> '$storeLocation/rstest1'""")
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)