[
https://issues.apache.org/jira/browse/ARROW-12793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Li resolved ARROW-12793.
------------------------------
Resolution: Fixed
Issue resolved by pull request 10324
[https://github.com/apache/arrow/pull/10324]
> [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: 20m
> 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)