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)