[jira] [Created] (CARBONDATA-3947) Insert Into Select Operation is throwing exception for hive read/write operation in carbon.

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

[jira] [Created] (CARBONDATA-3947) Insert Into Select Operation is throwing exception for hive read/write operation in carbon.

Akash R Nilugal (Jira)
Nihal kumar ojha created CARBONDATA-3947:
--------------------------------------------

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


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)