kszucs commented on pull request #11900: URL: https://github.com/apache/arrow/pull/11900#issuecomment-988877711
Tipically there are three kinds of patches go to pyarrow: 1. Plain python change like this example which doesn't require rebuilding pyarrow. 2. Cython change touching `.pxi`, `.pyx`, `.pxd` files which requires rebuilding pyarrow (e.g. fixing something or exposing new libarrow functionality) 3. C++ change along with Cython change where we add new code to libarrow[_python] too where we need to rebuild the C++ libraries as well. -- 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]
