You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Anurag Srivastava (JIRA)" <ji...@apache.org> on 2017/01/16 06:36:27 UTC

[jira] [Updated] (CARBONDATA-640) Insert Query with Hardcoded values is not working

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

Anurag Srivastava updated CARBONDATA-640:
-----------------------------------------
    Attachment: insert_data.png

> Insert Query with Hardcoded values is not working
> -------------------------------------------------
>
>                 Key: CARBONDATA-640
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-640
>             Project: CarbonData
>          Issue Type: Bug
>          Components: sql
>            Reporter: Vyom Rastogi
>            Priority: Minor
>         Attachments: insert_data.png
>
>
> 1)Creating table employees,Managers
> create table employees(name string, empid string, mgrid string, mobileno bigint) stored by 'carbondata';
> 2)create table managers(name string, empid string, mgrid string, mobileno bigint) stored by 'carbondata';
> Insert into Select Queries
> insert into managers select 'harry','h2399','v788232',99823230205;
> Error Description:
> Error: org.apache.spark.sql.AnalysisException: Failed to recognize predicate '<EOF>'. Failed rule: 'regularBody' in statement; line 1 pos 65 (state=,code=0)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)