Github user gallenvara commented on the pull request:

    https://github.com/apache/flink/pull/1035#issuecomment-133315613
  
    @tillrohrmann  I'm new to Flink. Thanks for your words and if i have any 
mistake please point it out.
    My idea on this issue is : 
    the ```Path``` class has become quite hard to read and modify. In 
```Path``` class, the ```makeQualified``` method hasn't been called once.In 
order to reduce the amount of ```Path``` code and make the class much more 
thinner ,i have moved it to the util named ```FileSystemUtil``` as a tool. 
Also, i think the ```Path``` class handles the input and output's path.The 
```makeQualified``` method handles the FileSystem . I think they are parellel.
    So i create the ```FileSystemUtil``` as a tool instead of being a method in 
```Path``` class.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to