raulcd opened a new pull request, #13309: URL: https://github.com/apache/arrow/pull/13309
I have tested locally this change and the warning disappears on `archery docker run conda-python-docs` when using `find_namespace_packages` instead. I have validated that the wheel generated is the same size locally before: ``` (pyarrow-dev) raulcd@drogon ~/code/arrow/python/dist (master) $ ls -laht total 142M -rw-rw-r-- 1 raulcd raulcd 142M jun 3 13:28 pyarrow-9.0.0.dev169+g5273c90.d20220603-cp310-cp310-linux_x86_64.whl ``` and after the change: ``` (pyarrow-dev) raulcd@drogon ~/code/arrow/python/dist (master) $ ls -laht total 142M -rw-rw-r-- 1 raulcd raulcd 142M jun 3 13:36 pyarrow-9.0.0.dev169+g5273c90.d20220603-cp310-cp310-linux_x86_64.whl ``` -- 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]
