You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Julien Le Dem (JIRA)" <ji...@apache.org> on 2016/02/16 00:56:18 UTC

[jira] [Resolved] (PARQUET-446) Hide thrift dependency in parquet-cpp

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

Julien Le Dem resolved PARQUET-446.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: cpp-0.1

Issue resolved by pull request 49
[https://github.com/apache/parquet-cpp/pull/49]

> Hide thrift dependency in parquet-cpp
> -------------------------------------
>
>                 Key: PARQUET-446
>                 URL: https://issues.apache.org/jira/browse/PARQUET-446
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Nong Li
>             Fix For: cpp-0.1
>
>
> Pulling in thrift compiled headers tend to pull in a lot of things. It would be nice to not expose them in the parquet library (the application should be able to use a different version of thrift, etc). 
> We can also see if it is practical to not depend on thrift at all and replicate the logic we need. Thrift is fairly stable at this point so this might be feasible. This would allow us to do things like not rely on boost. 



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