sdf-jkl commented on PR #10015:
URL: https://github.com/apache/arrow-rs/pull/10015#issuecomment-4663158142

   > Is it always written that way? Or we just expect it's usually written that 
way? I don't have a good intuition of how easy it would be for a write path to 
bypass the other two paths that apply the fixup?
   
   There's no other `pub` way to build a shredded `VariantArray` other than 
going through these two.
   
   One way could be to construct a `VariantArray` struct manually from fields, 
but they're `private` and you could only do it in this crate.


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