ianmcook commented on PR #41: URL: https://github.com/apache/arrow-experiments/pull/41#issuecomment-2892794895
@abandy Now that apache/arrow#45029 is merged, I'd love to help get this finished and merged. It looks like a couple of methods need to be renamed here to work around the breaking API changes: - Change `fromStream` to `readStreaming` - Change `toStream` to `writeSteaming` Could you also please change the port number to `8008` and: - Test the server with one other other clients in `http/get_simple` in this repo - Test the client with one of the other servers in `http/get_simple` in this repo When testing against the other server, you will probably need to reduce the number of records transmitted; trying to consume `100000000` records with the Swift client seems to consume a huge amount of memory. -- 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]
