AlenkaF commented on PR #14280: URL: https://github.com/apache/arrow/pull/14280#issuecomment-1263391653
I think the changes are clear: - flag in cmake for Cython compilation that turns warnings to errors, - changing signatures to fix for reported warnings in pyarrow/types.pxi when compiling PyArrow. And just to check my understanding: you used `cpdef` here because you changed `def` and we want it to be callable from Python? And the error was happening due to the `field` method being a `cdef` function in the `DataType` superclass? -- 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]
