You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Kunal Kapoor (Jira)" <ji...@apache.org> on 2020/08/14 07:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/CARBONDATA-3947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kunal Kapoor updated CARBONDATA-3947:
-------------------------------------
    Fix Version/s: 2.1.0

> 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
>             Fix For: 2.1.0
>
>          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)