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

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

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

Akash R Nilugal (Jira)
Vyom Rastogi created CARBONDATA-640:
---------------------------------------

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


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)