heilhead opened a new issue, #8972:
URL: https://github.com/apache/arrow-rs/issues/8972

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   We're extensively using `Arc<str>` for cheap cloning in our analytics data 
exports. Would be great if `ParquetRecordWriter` supported writing `Arc<str>` 
out of the box.
   
   **Describe the solution you'd like**
   
   Update the `ParquetRecordWriter` derive macro implementation to support 
serialization of `Arc<str>`.
   
   **Describe alternatives you've considered**
   
   `serde_arrow` is probably a viable alternative, though I haven't tried it.
   
   **Additional context**
   
   Nothing.
   


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