[jira] [Created] (CARBONDATA-652) Cannot update a table with 1000 columns
Posted by
Akash R Nilugal (Jira) on
Jan 17, 2017; 1:07pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-652-Cannot-update-a-table-with-1000-columns-tp6535.html
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)