You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Aliaksei Sandryhaila (JIRA)" <ji...@apache.org> on 2016/01/28 20:09:39 UTC

[jira] [Assigned] (PARQUET-472) Clean up InputStream ownership semantics in ColumnReader

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

Aliaksei Sandryhaila reassigned PARQUET-472:
--------------------------------------------

    Assignee: Aliaksei Sandryhaila

> Clean up InputStream ownership semantics in ColumnReader
> --------------------------------------------------------
>
>                 Key: PARQUET-472
>                 URL: https://issues.apache.org/jira/browse/PARQUET-472
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Assignee: Aliaksei Sandryhaila
>
> Follow-up to PARQUET-418, PARQUET-433. The {{ColumnReader}} destructor uses {{delete}} on an {{InputStream*}}. The lifetime of this object should be managed by a {{std::unique_ptr}}.



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