Xianjin YE created SPARK-28573:
----------------------------------

             Summary: Convert InsertIntoTable(HiveTableRelation) to Datasource 
inserting for partitioned table
                 Key: SPARK-28573
                 URL: https://issues.apache.org/jira/browse/SPARK-28573
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.4.3, 2.3.3
            Reporter: Xianjin YE


Currently we don't translate InsertInto(HiveTableRelation) to DataSource 
insertion when partitioned table is involved, the reason is that, quote from 
the comments:
{quote}// Inserting into partitioned table is not supported in Parquet/Orc data 
source (yet).
{quote}
 

which doesn't hold any more. Since datasource table dynamic partition insert 
now supports 

dynamic mode (SPARK-20236). I think it's worthy to translate 
InsertIntoTable(HiveTableRelation) to datasource table.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

Reply via email to