tv42 opened a new issue, #6754: URL: https://github.com/apache/arrow-rs/issues/6754
**Describe the bug** https://docs.rs/arrow-buffer/53.2.0/arrow_buffer/buffer/struct.Buffer.html#method.from_bytes ```rust /// Auxiliary method to create a new Buffer pub fn from_bytes(bytes: Bytes) -> Self ``` This method is in the public API, but cannot be called. **Expected behavior** 1. All types used by Public API are public. 2. User can construct a `Buffer` from arbitrary bytes they have -- 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]
