GitHub user gallenvara opened a pull request:
https://github.com/apache/flink/pull/1035
[FLINK-2077] [core] Rework Path class and add extend support for Windows
paths
The class org.apache.flink.core.fs.Path handles paths for Flink's
FileInputFormat and FileOutputFormat. Over time, this class has become quite
hard to read and modify.
This PR does some work on cleaning and refactoring.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gallenvara/flink path_refactor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1035.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1035
----
commit 526a50a4ba38ae84574c31a6e67b39ac14649d44
Author: gallenvara <[email protected]>
Date: 2015-08-18T10:31:40Z
[Flink-2077] Clean and refactor the Path class.
commit 4fb1b03f89d1a3a2793e957ff0132ba70bffb3a6
Author: gallenvara <[email protected]>
Date: 2015-08-19T01:41:55Z
[Flink-2077] Clean and refactor the Path class.
commit 380ed45473f51ff2835b7777f8fcaa00e45c7b0b
Author: gallenvara <[email protected]>
Date: 2015-08-19T02:46:46Z
[Flink-2077] Clean and refactor the Path class.
commit b7c770df6b2b255a30b5af5589544bf1597f32f5
Author: gallenvara <[email protected]>
Date: 2015-08-19T03:22:41Z
[FLINK-2077] [core] Rework Path class and add extend support for Windows
paths
----
---
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.
---