You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liwei Lin (JIRA)" <ji...@apache.org> on 2016/10/21 03:05:58 UTC

[jira] [Commented] (SPARK-15765) Make continuous Parquet writes consistent with non-continuous Parquet writes

    [ https://issues.apache.org/jira/browse/SPARK-15765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15593782#comment-15593782 ] 

Liwei Lin commented on SPARK-15765:
-----------------------------------

I'm closing this in favor of SPARK-18025

> Make continuous Parquet writes consistent with non-continuous Parquet writes
> ----------------------------------------------------------------------------
>
>                 Key: SPARK-15765
>                 URL: https://issues.apache.org/jira/browse/SPARK-15765
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Liwei Lin(Inactive)
>
> Currently there are some code duplicates in continuous Parquet writes (as in Structured Streaming) and non-continuous writes; see [ParquetFileFormat#prepareWrite()|(https://github.com/apache/spark/blob/431542765785304edb76a19885fbc5f9b8ae7d64/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala#L68] and [ParquetFileFormat#ParquetOutputWriterFactory|https://github.com/apache/spark/blob/431542765785304edb76a19885fbc5f9b8ae7d64/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala#L414].
> This may lead to inconsistent behavior, when we only change one piece of code but not the other.



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