You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/01 21:25:00 UTC

[jira] [Resolved] (ARROW-8593) [C++] Parquet file_serialize_test.cc fails to build with musl libc

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

Wes McKinney resolved ARROW-8593.
---------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

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

> [C++] Parquet file_serialize_test.cc fails to build with musl libc
> ------------------------------------------------------------------
>
>                 Key: ARROW-8593
>                 URL: https://issues.apache.org/jira/browse/ARROW-8593
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.17.0
>            Reporter: Tobias Mayer
>            Assignee: Tobias Mayer
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {{TestBufferedRowGroupWriter}} declares a variable named {{PAGE_SIZE}}. This clashes with a macro constant by the same name defined in musl's {{limits.h}}.
> I don't think using ALLCAPS for a local name adds value here, so I'm going to change it to {{page_size}}.



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