You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2016/06/21 12:31:57 UTC

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

Hyukjin Kwon created SPARK-16104:
------------------------------------

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