roee88 commented on issue #595:
URL: https://github.com/apache/arrow-rs/issues/595#issuecomment-885237131


   The same is true for schema release. As part of a fix, the allocated format, 
name, (and in the future: metadata, dictionary) should also go into private 
data. However, currently the code has a 
[with_name](https://github.com/apache/arrow-rs/blob/9f40f899e439d072fc859e0b4abf46776387e0d1/arrow/src/ffi.rs#L177)
 function that would probably need to go away because `private_data` is already 
a raw pointer at that point. @kszucs what's the rational behind these `with_*` 
methods and could you suggest a clean alternative given the above?


-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to