raulcd commented on PR #14499: URL: https://github.com/apache/arrow/pull/14499#issuecomment-1292049339
> @raulcd Perhaps try applying this patch? I tested the patch locally and while the build of the images is successful I got a lot of test failures: ``` 640 failed, 3430 passed, 348 skipped, 15 xfailed, 2 xpassed, 5 warnings, 8 errors in 103.69s (0:01:43) ``` This is how I reproduce locally: ```shell # generate wheel PYTHON=3.11 docker-compose build --no-cache --progress plain python-wheel-manylinux-2014 PYTHON=3.11 docker-compose run --rm python-wheel-manylinux-2014 # test wheel PYTHON=3.11 docker-compose build --no-cache python-wheel-manylinux-test-unittests PYTHON=3.11 docker-compose run --rm python-wheel-manylinux-test-unittests ``` -- 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]
