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

Andrew Or resolved SPARK-15749.
-------------------------------
          Resolution: Fixed
            Assignee: Huaxin Gao
       Fix Version/s: 2.0.0
    Target Version/s: 2.0.0

> Make the error message more meaningful
> --------------------------------------
>
>                 Key: SPARK-15749
>                 URL: https://issues.apache.org/jira/browse/SPARK-15749
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Huaxin Gao
>            Assignee: Huaxin Gao
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> For table test1 (C1 varchar (10), C2 varchar (10)), when I insert a row using 
> sqlContext.sql("insert into test1 values ('abc', 'def', 1)")
> I got error message
> Exception in thread "main" java.lang.RuntimeException: Relation[C1#0,C2#1] 
> JDBCRelation(test1)
>  requires that the query in the SELECT clause of the INSERT INTO/OVERWRITE 
> statement generates the same number of columns as its schema.
> The error message is a little confusing. In my simple insert statement, it 
> doesn't have a SELECT clause. 
> I will change the error message to a more general one 
> Exception in thread "main" java.lang.RuntimeException: Relation[C1#0,C2#1] 
> JDBCRelation(test1)
>  requires that the data to be inserted have the same number of columns as the 
> target table.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to