lidavidm commented on code in PR #13986:
URL: https://github.com/apache/arrow/pull/13986#discussion_r968503739


##########
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:
   The linter shows this line is too long: 
https://github.com/apache/arrow/runs/8306752201?check_suite_focus=true#step:5:974



-- 
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]

Reply via email to