itamarst commented on pull request #9631: URL: https://github.com/apache/arrow/pull/9631#issuecomment-814295325
Thank you! One takeaway, not really useful in this context, is that I wouldn't ever use Cython for C++. E.g. I had to jump through hoops to have Python "override" a virtual method, had lots of problems with bindings being out of sync due to manual repetition... With `pybind11` this would I suspect be a lot easier given my long-long-ago experiences with `boost::python`. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org