raulcd commented on PR #36376:
URL: https://github.com/apache/arrow/pull/36376#issuecomment-1613349157
I was expecting the `test-debian...`, `test-fedora-..` and `test-ubuntu-...`
to succeed but there seems to be a new failure unrelated to this change:
```
________________ test_do_put_does_not_crash_when_schema_is_none
________________
def test_do_put_does_not_crash_when_schema_is_none():
> client = FlightClient('grpc+tls://localhost:9643',
disable_server_verification=True)
usr/local/lib/python3.9/dist-packages/pyarrow/tests/test_flight.py:2319:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
pyarrow/_flight.pyx:1275: in pyarrow._flight.FlightClient.__init__
???
pyarrow/_flight.pyx:1320: in pyarrow._flight.FlightClient.init
???
pyarrow/_flight.pyx:78: in pyarrow._flight.check_flight_status
???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
> ???
E pyarrow.lib.ArrowNotImplementedError: Using encryption with server
verification disabled is unsupported. Please use a release of Arrow Flight
built with gRPC 1.27 or higher.
```
This PR is solving the original issue. I will open a new issue with the
unrelated gRPC failure.
--
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]