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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We are using polars-arrow and would prefer to move to arrow-rs as we are looking into using Datafusion as well
Describe the solution you'd like
We are dependent on mmap support for IPC format
Describe alternatives you've considered
keep using polars-arrow
Additional context
It looks like Buffer and Bytes have the right functions and support for Custom dealocation
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We are using polars-arrow and would prefer to move to
arrow-rs
as we are looking into using Datafusion as wellDescribe the solution you'd like
We are dependent on mmap support for IPC format
Describe alternatives you've considered
keep using
polars-arrow
Additional context
It looks like Buffer and Bytes have the right functions and support for Custom dealocation
The text was updated successfully, but these errors were encountered: