You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/01/03 19:52:58 UTC

[jira] [Resolved] (PARQUET-733) [C++] Remove file IO implementations from public API

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

Wes McKinney resolved PARQUET-733.
----------------------------------
    Resolution: Fixed
      Assignee: Wes McKinney

This was done in PARQUET-818 https://github.com/apache/parquet-cpp/commit/2154e873d5aa7280314189a2683fb1e12a590c02

> [C++] Remove file IO implementations from public API
> ----------------------------------------------------
>
>                 Key: PARQUET-733
>                 URL: https://issues.apache.org/jira/browse/PARQUET-733
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>
> parquet-cpp doesn't seem like the best place to maintain cross-platform IO implementations (or hook into boost or some other library providing IO). I suggest we consider dropping these from the public API and leave it to users / library integrators (e.g. people using {{arrow::io}})) to provide their own IO hooks. We can keep the existing code around to assist with unit testing. 



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