alamb commented on PR #2906:
URL: 
https://github.com/apache/arrow-datafusion/pull/2906#issuecomment-1184740389

    > If I understand correctly the issue is following switching to 
object_store, the stores have to be registered per-host whereas previously they 
were registered per-scheme. The desired functionality is to be able to register 
a generic connector that knows given any hdfs URL how to create an appropriate 
ObjectStore for it.
   
   Is this correct @yahoNanJing ? If so then it makes sense to me ( I didn't 
realize it was per host rather than per-scheme) Does that means it requires an 
`ObjectStore` instance per each HDFS URL (`hdfs://10.10.0.1` and 
`hdfs://10.10.0.2` would be different ObjectStore instances)?


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