quanghgx commented on code in PR #13986:
URL: https://github.com/apache/arrow/pull/13986#discussion_r968577264
##########
python/pyarrow/tests/test_flight.py:
##########
@@ -1589,6 +1602,10 @@ def test_roundtrip_types():
assert info.total_records == info2.total_records
assert info.endpoints == info2.endpoints
+ endpoint = flight.FlightEndpoint(
+ ticket, ['grpc://test', flight.Location.for_grpc_tcp('localhost',
5005)])
Review Comment:
yep, did saw this before, my bad.
should have checked with archery after rebase.
--
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]