You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Mark Schaefer (JIRA)" <ji...@apache.org> on 2016/08/12 15:44:20 UTC

[jira] [Commented] (PARQUET-590) Parquet/WriterProperties class to chose serialization options

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

Mark Schaefer commented on PARQUET-590:
---------------------------------------

That pull request did not fix the issue: This block of code is still there:

  // TODO(PARQUET-590): Encodings are hard-coded
  int64_t bytes_written = pager_->WriteDataPage(num_buffered_values_,
      num_buffered_encoded_values_, definition_levels, Encoding::RLE, repetition_levels,
      Encoding::RLE, values, Encoding::PLAIN);

> Parquet/WriterProperties class to chose serialization options
> -------------------------------------------------------------
>
>                 Key: PARQUET-590
>                 URL: https://issues.apache.org/jira/browse/PARQUET-590
>             Project: Parquet
>          Issue Type: New Feature
>          Components: parquet-cpp
>            Reporter: Uwe L. Korn
>            Assignee: Deepak Majeti
>
> We need a class similar to ParquetProperties in parquet-column where we define the basic settings on a global and per-column basis like compression, encodings, page size, ... that will be used during serialization. At the moment we have hard-coded defaults that will not suit everyone's needs.



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