pitrou commented on PR #34616: URL: https://github.com/apache/arrow/pull/34616#issuecomment-1753205273
> From a quick look, it seems trivial to write a `def` function in the optional module that does this for you. Why do you think this makes it more complex or more difficult to maintain? It will not be a `def` function but a `cdef` function (actually, several of them) since it has to handle C++ types. Unless a `cdef` function is looked up at runtime, this makes things more complicated than a simple Python import. -- 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]
