kou commented on code in PR #45470: URL: https://github.com/apache/arrow/pull/45470#discussion_r1966602359
########## python/pyarrow/tests/test_fs.py: ########## @@ -2020,6 +2021,8 @@ def test_concurrent_s3fs_init(): @pytest.mark.s3 [email protected](running_on_musllinux(), reason="Leaking S3ClientFinalizer causes" Review Comment: ```suggestion @pytest.mark.skipif(running_on_musllinux(), reason="Leaking S3ClientFinalizer causes " ``` ########## dev/tasks/python-wheels/github.linux.yml: ########## @@ -64,15 +64,15 @@ jobs: env: GITHUB_TOKEN: {{ '${{ secrets.GITHUB_TOKEN }}' }} run: | - if [ "{{ manylinux_version }}" = "2014" ] && [ "{{ arch }}" = "arm64" ]; then + if [ "{{ linux_wheel_version }}" = "2014" ] && [ "{{ arch }}" = "arm64" ]; then # We can't use NuGet on manylinux2014_aarch64 because Mono is old. : - else + elif [ "{{ linux_wheel_name }}" = "many" ]; then Review Comment: Can we revert this change so that we use cache? -- 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]
