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/21 12:43:58 UTC

[jira] [Assigned] (SPARK-16104) Do not creaate CSV writer object for every flush when writing

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

Apache Spark reassigned SPARK-16104:
------------------------------------

    Assignee:     (was: Apache Spark)

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