jonmmease commented on issue #340:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/340#issuecomment-3879093038

   Side question @kylebarron — is there a recommended way to query files (e.g. 
CSV, Parquet) from a generic HTTP server using DataFusion? DataFusion's HTTP 
support in [the 
CLI](https://github.com/apache/datafusion/blob/b790ed313e1a21829cab54744142597911f67c33/datafusion-cli/src/object_storage.rs#L546-L551)
 goes through the `object_store` crate's `HttpStore`, which as you note assumes 
WebDAV semantics. For servers that don't guarantee `Content-Length` or range 
request support (like CDNs using chunked encoding), is there a recommended 
pattern or an alternative `ObjectStore` implementation that handles this more 
permissively?
   


-- 
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]

Reply via email to