pitrou commented on code in PR #31:
URL: https://github.com/apache/arrow-experiments/pull/31#discussion_r1727328382
##########
http/get_simple/python/client/client.py:
##########
@@ -35,13 +39,12 @@
pass
# or:
-#with pa.ipc.open_stream(buffer) as reader:
+#with pa.ipc.open_stream(response) as reader:
# schema = reader.schema
# batches = [b for b in reader]
end_time = time.time()
execution_time = end_time - start_time
-print(f"{len(buffer)} bytes received")
Review Comment:
Could perhaps use `response.tell()` if we still want to print out this
information
--
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]