Xiao Li created SPARK-15907:
-------------------------------

             Summary: 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to