vibhatha commented on PR #12590:
URL: https://github.com/apache/arrow/pull/12590#issuecomment-1116187696
@pitrou @kszucs
it seems most of the builds are broken because of this,
```
../src/arrow/python/udf.cc:43:9: error: '_Py_IsFinalizing' was not declared
in this scope
1830 if (_Py_IsFinalizing()) {
1831 ^~~~~~~~~~~~~~~~
1832../src/arrow/python/udf.cc:43:9: note: suggested alternative:
'_Py_Finalizing'
1833 if (_Py_IsFinalizing()) {
1834 ^~~~~~~~~~~~~~~~
1835 _Py_Finalizing
```
Should we fix the suggested for now?
What’s the best?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]