Jefffrey opened a new issue, #9398: URL: https://github.com/apache/arrow-rs/issues/9398
**Describe the bug** <!-- A clear and concise description of what the bug is. --> https://github.com/apache/arrow-rs/blob/d6168e526aae79d6fbafe8c11062b5f834021052/arrow-data/src/transform/mod.rs#L389-L401 Was a bit confused by this doc, as I'm fairly sure from looking at the code that `capacity` here is meant to be slots and not raw byte size **To Reproduce** <!-- Steps to reproduce the behavior: --> **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Additional context** <!-- Add any other context about the problem here. --> Maybe doublecheck other docstrings here, see if we can make things clearer too? e.g. `Capacities` enum above doesn't state the units for its capacity tuple fields -- 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]
