[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-30 Thread mushketyk
Github user mushketyk closed the pull request at: https://github.com/apache/flink/pull/3206 --- 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

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-26 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r98027531 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -52,8 +53,13 @@ private static final long

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-26 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r98027416 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/GlobFilePathFilterTest.java --- @@ -138,4 +140,27 @@ public void doubleStarPattern() {

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97969620 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -52,8 +53,13 @@ private static final long

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97802390 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -52,8 +53,13 @@ private static final long

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97768800 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/GlobFilePathFilterTest.java --- @@ -138,4 +141,30 @@ public void doubleStarPattern() {

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97746636 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -69,8 +75,8 @@ public GlobFilePathFilter() { *

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97746573 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -106,12 +112,27 @@ public boolean filterPath(Path filePath)

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97746438 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -52,8 +53,13 @@ private static final long

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread mushketyk
GitHub user mushketyk opened a pull request: https://github.com/apache/flink/pull/3206 [FLINK-5612] Fix GlobPathFilter not-serializable exception Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration.