You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Konstantin Shaposhnikov (JIRA)" <ji...@apache.org> on 2015/04/09 03:50:12 UTC

[jira] [Created] (PARQUET-248) Simplify ParquetWriters's constructors

Konstantin Shaposhnikov created PARQUET-248:
-----------------------------------------------

             Summary: Simplify ParquetWriters's constructors
                 Key: PARQUET-248
                 URL: https://issues.apache.org/jira/browse/PARQUET-248
             Project: Parquet
          Issue Type: Improvement
    Affects Versions: 1.6.0
            Reporter: Konstantin Shaposhnikov


ParquetWriter has a lot of constructors. A builder pattern can be used to simplify construction of ParquetWriter objects (similar to ParquetReader, see PARQUET-39).

ParquetWriter subclasses (like AvroParquetWriter) should be updated to provide reasonable builder() static factory method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)