You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/07 06:47:47 UTC

[GitHub] [arrow] lilixiang commented on a change in pull request #10893: ARROW-13577: [Python][FlightRPC] pyarrow client do_put close method after write_table did not throw flight error

lilixiang commented on a change in pull request #10893:
URL: https://github.com/apache/arrow/pull/10893#discussion_r684594487



##########
File path: python/pyarrow/tests/test_flight.py
##########
@@ -1545,6 +1578,48 @@ def test_roundtrip_errors():
         with pytest.raises(flight.FlightInternalError, match=".*foo.*"):
             list(client.list_flights())
 
+        with pytest.raises(flight.FlightInternalError, match=".*foo.*"):
+            writer, reader = client.do_put(flight.FlightDescriptor.for_command("internal"))

Review comment:
       ok




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org