Deepti Bhardwaj created CARBONDATA-652:
------------------------------------------
             Summary: Cannot update a table with 1000 columns
                 Key: CARBONDATA-652
                 URL: 
https://issues.apache.org/jira/browse/CARBONDATA-652             Project: CarbonData
          Issue Type: Bug
          Components: data-query
    Affects Versions: 1.0.0-incubating
         Environment: Spark 1.6
            Reporter: Deepti Bhardwaj
            Priority: Minor
         Attachments: create-table-1000-columns, create-table-1000-columns-hive, data.csv, error-while-update.png
I created a hive table and loaded it with data(data.csv).
The commands for hive table are in attached file(create-table-1000-columns-hive)
Then I created a carbon table and inserted data in it from the above hive table(see create-table-1000-columns)
after which I fired the below query:
update tablewith1000columns set (a1)=('testing!~~~!!!!') where a1='A1';
and it gave java.lang.ArrayIndexOutOfBoundsException
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)