Github user gatorsmile commented on the issue:

    https://github.com/apache/spark/pull/19252
  
    This is not a bug. We just follow [the behavior of Hive's dynamic partition 
insert](https://docs.databricks.com/spark/latest/spark-sql/language-manual/insert.html#dynamic-partition-inserts).
 
    
    > The dynamic partition columns must be specified last in both part_spec 
and the input result set (of the row value lists or the select query). They are 
resolved by position, instead of by names. Thus, the orders must be exactly 
matched.


---

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

Reply via email to