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:25:00 UTC

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

Alessandro Molina created ARROW-12793:
-----------------------------------------

             Summary: [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
             Fix For: 5.0.0


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)