Cheappie commented on issue #2992: URL: https://github.com/apache/arrow-datafusion/issues/2992#issuecomment-1200874245
Looks interesting, If I am correct I should be able to replace my impl of `ObjectStore` with this function that provides `AsyncFileReader`. The only thing that is left is that I would need to pass custom attributes through ObjectMeta, in my last proposal I have suggested such additional field `custom_attributes: Option<Box<[u8]>>`. We can do that through either `ObjectMeta` or `PartitionedFile`, or just embed that field in `PartitionedFile` but we could pass some other wrapper to `AsyncFileReader` that would wrap ObjectMeta along with this custom field. What do you think ? -- 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]
