You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Mohammad Shahid Khan (JIRA)" <ji...@apache.org> on 2018/07/27 07:22:00 UTC

[jira] [Created] (CARBONDATA-2792) Create external table fails post schema restructure

Mohammad Shahid Khan created CARBONDATA-2792:
------------------------------------------------

             Summary: 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


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)