pitrou commented on PR #36986: URL: https://github.com/apache/arrow/pull/36986#issuecomment-1690211109
At least `test-debian-11-python-3` has failed with: https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=53319&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=5448 ``` usr/local/lib/python3.9/dist-packages/pyarrow/tests/test_flight_async.py:59: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ usr/lib/python3.9/asyncio/runners.py:44: in run return loop.run_until_complete(main) usr/lib/python3.9/asyncio/base_events.py:642: in run_until_complete return future.result() usr/local/lib/python3.9/dist-packages/pyarrow/tests/test_flight_async.py:56: in _test info = await async_client.get_flight_info(descriptor) pyarrow/_flight.pyx:1281: in get_flight_info ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E pyarrow.lib.ArrowNotImplementedError: gRPC 1.40 or newer is required to use async ``` We could perhaps expose `supports_async()` in 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
