You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/06/12 23:44:21 UTC

[jira] [Commented] (SPARK-15907) Issue Exception when Not Enough Input Columns for Dynamic Partitioning

    [ https://issues.apache.org/jira/browse/SPARK-15907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326693#comment-15326693 ] 

Apache Spark commented on SPARK-15907:
--------------------------------------

User 'gatorsmile' has created a pull request for this issue:
https://github.com/apache/spark/pull/13628

> Issue Exception when Not Enough Input Columns for Dynamic Partitioning
> ----------------------------------------------------------------------
>
>                 Key: SPARK-15907
>                 URL: https://issues.apache.org/jira/browse/SPARK-15907
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>
> When dynamic partitioning is required in the table insertion, we should issue error messages if the input columns do not have enough columns. For example, 
> {noformat}
> CREATE TABLE $table(c1 string)
> PARTITIONED by (p1 string,p2 string)
> INSERT OVERWRITE TABLE $table
> partition (p1='a',p2)
> SELECT 'blarr1'
> {noformat}



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

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