[ 
https://issues.apache.org/jira/browse/FLINK-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702375#comment-14702375
 ] 

ASF GitHub Bot commented on FLINK-2077:
---------------------------------------

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 <gallenv...@126.com>
Date:   2015-08-18T10:31:40Z

    [Flink-2077] Clean and refactor the Path class.

commit 4fb1b03f89d1a3a2793e957ff0132ba70bffb3a6
Author: gallenvara <gallenv...@126.com>
Date:   2015-08-19T01:41:55Z

    [Flink-2077] Clean and refactor the Path class.

commit 380ed45473f51ff2835b7777f8fcaa00e45c7b0b
Author: gallenvara <gallenv...@126.com>
Date:   2015-08-19T02:46:46Z

    [Flink-2077] Clean and refactor the Path class.

commit b7c770df6b2b255a30b5af5589544bf1597f32f5
Author: gallenvara <gallenv...@126.com>
Date:   2015-08-19T03:22:41Z

    [FLINK-2077] [core] Rework Path class and add extend support for Windows 
paths

----


> Rework Path class and add extend support for Windows paths
> ----------------------------------------------------------
>
>                 Key: FLINK-2077
>                 URL: https://issues.apache.org/jira/browse/FLINK-2077
>             Project: Flink
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.9
>            Reporter: Fabian Hueske
>            Assignee: GaoLun
>            Priority: Minor
>              Labels: starter
>
> 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. 
> It would benefit from some cleaning and refactoring. Along with the 
> refactoring, support for Windows paths like {{//host/dir1/dir2}} could be 
> added.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to