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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to