You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Nihal kumar ojha (Jira)" <ji...@apache.org> on 2020/08/09 16:40:00 UTC

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

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)