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/03/23 16:38:56 UTC

[GitHub] [arrow-rs] tustvold commented on issue #1474: Replace Custom Buffer Implementation with Bytes in Parquet

tustvold commented on issue #1474:
URL: https://github.com/apache/arrow-rs/issues/1474#issuecomment-1076513222


   > Have you thought about just use MutableBuffer from Arrow side too?
   
   I hadn't, but I'm not sure it is a good fit
   
   * I would like to use the ecosystem standard abstraction if possible
   * `arrow` is currently an optional dependency of `parquet`
   * `MutableBuffer` is really designed for arrays of primitives, not raw byte arrays
   * I have a long-term hope to eventually phase out `MutableBuffer` and replace it with a typed construction that is easier to use without unsafe. Something with a similar interface to the ScalarBuffer I added to parquet might be a candidate
   


-- 
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