You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bytes_capacity argument was originally used in the StringChunkedBuilder constructor. However, since StringChunkedBuilder is now type-aliased to BinViewChunkedBuilder, this parameter is no longer required.
This change was introduced in #13748 and particularly here.
Description
According to this page,
BinViewChunkedBuilder::new
takes the arguments (capacity
andbytes_capacity
).However, the function signature only has
name
andcapacity
.Screenshot:
Link
https://docs.pola.rs/api/rust/dev/polars/chunked_array/builder/struct.BinViewChunkedBuilder.html
The text was updated successfully, but these errors were encountered: