Cheappie commented on issue #2992:
URL:
https://github.com/apache/arrow-datafusion/issues/2992#issuecomment-1201145281
I see, I didn't account for that It will require so large rework. Sure such
approach with passing extension_meta through PartitionedFile will work for me,
but could we allow different types of MetadataExt ? Like in example below. That
would allow me to simply reinterpret pointer behind box, without having to
parse components.
```
pub enum MetadataExt {
Array(Box<[u8]>),
Map(Map<String, String>)
}
extension_meta: MetadataExt
```
--
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]