You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Micah Kornfield (Jira)" <ji...@apache.org> on 2020/04/11 06:25:00 UTC

[jira] [Updated] (PARQUET-1838) [C++] Expose an API that allows direct writing of RLE information for rep/def levels when writing parquet files

     [ https://issues.apache.org/jira/browse/PARQUET-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Micah Kornfield updated PARQUET-1838:
-------------------------------------
    Description: When  writing data to parquet it can potentially be more efficient to have a direct interface to write RLE values, instead of passing the exploded int16_t* values.  (was: When reading data from parquet it can potentially be more efficient to have a direct interface to read back RLE values, instead of exploding them to int16_t)

> [C++] Expose an API that allows direct writing of RLE information for rep/def levels when writing parquet files
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: PARQUET-1838
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1838
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Micah Kornfield
>            Priority: Major
>
> When  writing data to parquet it can potentially be more efficient to have a direct interface to write RLE values, instead of passing the exploded int16_t* values.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)