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
We have TypedBufferBuilder<bool>::UnsafeAppend for an array of bytes (where non-zero becomes 1), but it would be useful to have also UnsafeAppendBits so that bitmaps coming from arrow::Array can also be appended
We have
TypedBufferBuilder<bool>::UnsafeAppendfor an array of bytes (where non-zero becomes 1), but it would be useful to have alsoUnsafeAppendBitsso that bitmaps coming fromarrow::Arraycan also be appendedReporter: Wes McKinney / @wesm
Related issues:
Note: This issue was originally created as ARROW-5983. Please see the migration documentation for further details.