[
https://issues.apache.org/jira/browse/CARBONDATA-3947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kunal Kapoor resolved CARBONDATA-3947.
--------------------------------------
Resolution: Fixed
> Insert Into Select Operation is throwing exception for hive read/write operation in carbon.
> -------------------------------------------------------------------------------------------
>
> Key: CARBONDATA-3947
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-3947> Project: CarbonData
> Issue Type: Bug
> Reporter: Nihal kumar ojha
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> CREATE TABLE hive_carbon_table1(id INT, name STRING, scale DECIMAL, country STRING, salary DOUBLE) stored by 'org.apache.carbondata.hive.CarbonStorageHandler';
> INSERT into hive_carbon_table1 SELECT 1, 'RAM', '2.3', 'INDIA', 3500";
>
> CREATE TABLE hive_carbon_table2(id INT, name STRING, scale DECIMAL, country STRING, salary DOUBLE) stored by 'org.apache.carbondata.hive.CarbonStorageHandler';
> INSERT into hive_carbon_table2 SELECT * FROM hive_carbon_table1"; -> Throwing exception as "CarbonData file is not present in the table location"
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)