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
Because we wrap our Buffer into an Arrow Buffer (which uses Deallocation::Custom under the hood) in order to use BooleanBuffer, we can never get a MutableBuffer back out.
broken in #1742
Because we wrap our Buffer into an Arrow Buffer (which uses
Deallocation::Customunder the hood) in order to use BooleanBuffer, we can never get a MutableBuffer back out.Probably need our own BooleanBuffer type