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


   If I recall correctly metadata and dictionary has not been implemented so 
far, though we should definitely support those.
   
   The `with_name` and `with_flags` methods are used as [setters 
here](https://github.com/apache/arrow-rs/blob/9f40f899e439d072fc859e0b4abf46776387e0d1/arrow/src/datatypes/ffi.rs#L240-L241)
 (perhaps we should use a set_ prefix instead). These are separate fields in 
the c-struct from the private_data field.
   
   Regarding the ArrowArray abstraction I'd need to check the implementation 
again (which we should clean up eventually), but I'm currently busy with the 
release procedure. Hopefully I can have a more thorough look at the issue after 
that.


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