Public API using private types: Buffer::from_bytes
takes unexported Bytes
#6754
Labels
arrow
Changes to the arrow crate
arrow-flight
Changes to the arrow-flight crate
bug
parquet
Changes to the parquet crate
Describe the bug
https://docs.rs/arrow-buffer/53.2.0/arrow_buffer/buffer/struct.Buffer.html#method.from_bytes
This method is in the public API, but cannot be called.
Expected behavior
Any outside users looking at this are probably better served by
Buffer::from_vec
.The text was updated successfully, but these errors were encountered: