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

[jira] [Assigned] (ARROW-12793) [Python] PYARROW_BUILD_TYPE=Debug does not work correctly

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

Alessandro Molina reassigned ARROW-12793:
-----------------------------------------

    Assignee: Alessandro Molina

> [Python] PYARROW_BUILD_TYPE=Debug does not work correctly
> ---------------------------------------------------------
>
>                 Key: ARROW-12793
>                 URL: https://issues.apache.org/jira/browse/ARROW-12793
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 4.0.0
>            Reporter: Alessandro Molina
>            Assignee: Alessandro Molina
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The {{PYARROW_BUILD_TYPE=Debug}} is not actually enabling debug mode in Cython files due to the fact that the {{UseCython}} cmake extension is case sensitively checking for {{"Debug"}} and {{"RelWithDebInfo"}} but {{PYARROW_BUILD_TYPE}} is getting lowercased in {{setup.py}} so it can never be equal to the capitalised string.



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