alamb opened a new pull request, #3444:
URL: https://github.com/apache/arrow-rs/pull/3444
# Which issue does this PR close?
re #3371
# Rationale for this change
I wrote some tests for this code in
https://github.com/influxdata/influxdb_iox/pull/6484 (actually covers a bug I
fixed when upstreaming to arrow-rs)
Also, it would be nice to clarify that the units are in bytes and not some
other unit (like rows, for example) as suggested by @carols10cents on
https://github.com/influxdata/influxdb_iox/pull/6460
# What changes are included in this PR?
1. Add more tests for record batch splitting
2. Change name of parameter from `max_message_size` to
`max_message_size_bytes`
# Are there any user-facing changes?
No : Note that this code has not been released yet, so there are no external
API changes.
--
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]