You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/16 05:08:12 UTC

[GitHub] [arrow-rs] tustvold commented on pull request #3115: Add COW conversion for Buffer and PrimitiveArray and unary_mut

tustvold commented on PR #3115:
URL: https://github.com/apache/arrow-rs/pull/3115#issuecomment-1316357244

   > currently doesn't offer the capacity to advance without setting its value buffer
   This is by design, as it would allow for unitialised memory. My suggestion is that `into_builder` would create a builder with the same length as the array from which it was created, i.e. `array.into_builder().finish()` would be a no-op. Does that make sense?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org