adriangb commented on issue #6002: URL: https://github.com/apache/arrow-rs/issues/6002#issuecomment-2212036400
Ye I think the asyncness would be an important difference. Also that the existing APIs kind of want to load from an entire file. I suppose you could give it a "file" with just the footer and tell it to load just that range... but it feels a bit forced? Same with the asyncness. For my use case I could do some pointless async work (as in, make an async file like thing that just points to a `Vec<u8>` but in general unnecessary async work is not ideal. My general experience is that it's nice to decouple IO from encoding / decoding logic. -- 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]
