Github user LosD commented on the pull request:

    https://github.com/apache/metamodel/pull/79#issuecomment-164192687
  
    No no, no trouble with the naming or the listed schemes, it was just an 
observation. I don't really think it's that interesting from a user point of 
view (though S3 support is a very nice thing, it would be another VFS-like 
thing, but inside HdfsResource, and by having it there we indirectly recommend 
it).
    
    We already depend on URIBuilder trough Hadoop (hadoop-common depends on 
jersey-core), but you are of course right that a direct dependency makes us 
vulnerable if Hadoop suddenly decides not to use a JAX-RS implementation.
    
    The triple slash is being removed because host is null instead of an empty 
string, AFAIK.
    ```scheme://host/path``` with a null ```host``` will become 
```scheme:/path```
    
    But never mind, no reason to make a big deal out of it just because I hate 
manual URIs :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to