You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/03/31 05:23:00 UTC

[jira] [Resolved] (ARROW-7830) [C++] Parquet library version doesn't change with releases

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

Kouhei Sutou resolved ARROW-7830.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 9831
[https://github.com/apache/arrow/pull/9831]

> [C++] Parquet library version doesn't change with releases
> ----------------------------------------------------------
>
>                 Key: ARROW-7830
>                 URL: https://issues.apache.org/jira/browse/ARROW-7830
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Neal Richardson
>            Assignee: Micah Kornfield
>            Priority: Blocker
>              Labels: parquet, pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> [~jeroenooms] pointed this out to me. 
> {code}
> $ pkg-config --modversion arrow
> 0.16.0
> $ pkg-config --modversion arrow-dataset
> 0.16.0
> $ pkg-config --modversion parquet
> 1.5.1-SNAPSHOT
> {code}
> I get that parquet-cpp is technically not part of Apache Arrow, but if we're releasing a libparquet with libarrow at our release time, wouldn't it make sense to at least bump the parquet version at the same time, even if the version numbers aren't the same?



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