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

Davies Liu updated SPARK-16104:
-------------------------------
    Assignee: Hyukjin Kwon

> Do not creaate CSV writer object for every flush when writing
> -------------------------------------------------------------
>
>                 Key: SPARK-16104
>                 URL: https://issues.apache.org/jira/browse/SPARK-16104
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>             Fix For: 2.1.0
>
>
> Initially, CSV data source creates {{CsvWriter}} for each record but it was 
> fixed in SPARK-14031.
> However, it still creates a writer for each flush in {{LineCsvWriter}}. This 
> is not necessary. It might be better if it uses single {{CsvWriter}}.



--
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