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:57 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15341693#comment-15341693 ] 

Apache Spark commented on SPARK-16104:
--------------------------------------

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/13809

> 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