lidavidm commented on issue #40569: URL: https://github.com/apache/arrow/issues/40569#issuecomment-2000087937
For C++/Python, for a client writing to a server, you can set an optimistic limit with `write_size_limit_bytes`: https://arrow.apache.org/docs/python/generated/pyarrow.flight.FlightClient.html#pyarrow.flight.FlightClient If a batch is too big, you get an exception you can catch, and you can retry the write after splitting it. -- 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]
