alamb commented on PR #621: URL: https://github.com/apache/arrow-rs-object-store/pull/621#issuecomment-3796837953
> > 1. There is some non trivial duplication > > Agreed As I played around with this I found that the challenge is that the metadata error is ignored sometimes when desired to get a better error message, but sometimes is needed. I haven't got anything yet that is great > > > There is still a call open_file > > You mean outside `get_ranges` or...? At least as part of `get_ranges` I don't see anymore a metadata request. Yeah, I meant in get_opts https://github.com/apache/arrow-rs-object-store/blob/ea71bafd94fe271af74eae07751db632908608cd/src/local.rs#L421-L420 -- 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]
