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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
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)