rtpsw commented on PR #34156: URL: https://github.com/apache/arrow/pull/34156#issuecomment-1430924091
> Yes, that surprised me too. I'll try to figure out why. My investigation suggests that Cython only parses `pxd` files, not compile them, but it does compile any symbol in a `pxd` file that is used in a `pyx` file that is compiles. In the [recent commit](https://github.com/apache/arrow/pull/34156/commits/eb8231834c75697b5b32e12874b506cdd7498fa3), I added a dummy function that "touches" the symbols added to the `pxd` here. I observed that typos were caught by Cython, and fixing them allowed the compilation to succeed. -- 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]
