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.
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 ifParquetRecordWritersupported writingArc<str>out of the box.Describe the solution you'd like
Update the
ParquetRecordWriterderive macro implementation to support serialization ofArc<str>.Describe alternatives you've considered
serde_arrowis probably a viable alternative, though I haven't tried it.Additional context
Nothing.