ianmcook commented on code in PR #39081: URL: https://github.com/apache/arrow/pull/39081#discussion_r1416466937
########## http/examples/get/server.py: ########## @@ -0,0 +1,75 @@ +import pyarrow as pa +from random import randbytes +from http.server import BaseHTTPRequestHandler, HTTPServer Review Comment: @paleolimbot has a Flask-based example here for comparison: https://github.com/paleolimbot/2023-11-21_arrow-over-http-scratchpad/blob/main/app.py -- 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]
