kylebarron commented on PR #6157: URL: https://github.com/apache/arrow-rs/pull/6157#issuecomment-2310112830
I don't quite understand why non-WASM APIs wouldn't want first-class suffix-based loading support as well? I'm building APIs for both WASM/JS and Python, and in Python it seems a suffix-based loading approach would always be preferable whenever the user passes in a string URL or object store path. - For all object stores that support suffix requests, we save one request by getting the content length and metadata length at the same time. - In the Azure case that doesn't support suffix requests, the ObjectStore fallback does a head then range, which is no worse than now whenever the `ObjectMeta` is not already known. -- 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]
