[GitHub] flink pull request: [FLINK-3700] [core] Add 'Preconditions' utilit...

2016-04-13 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1853#issuecomment-209507866 Manually merged in 885d543be8a8c0d1acdffa0003e394347d5376ef --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] flink pull request: [FLINK-3700] [core] Add 'Preconditions' utilit...

2016-04-13 Thread StephanEwen
Github user StephanEwen closed the pull request at: https://github.com/apache/flink/pull/1853 --- 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: [FLINK-3700] [core] Add 'Preconditions' utilit...

2016-04-13 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/1853#discussion_r59518788 --- Diff: flink-core/src/main/java/org/apache/flink/util/Preconditions.java --- @@ -0,0 +1,213 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] flink pull request: [FLINK-3700] [core] Add 'Preconditions' utilit...

2016-04-11 Thread ZackPierce
Github user ZackPierce commented on a diff in the pull request: https://github.com/apache/flink/pull/1853#discussion_r59289246 --- Diff: flink-core/src/main/java/org/apache/flink/util/Preconditions.java --- @@ -0,0 +1,213 @@ +/* + * Licensed to the Apache Software Foundatio

[GitHub] flink pull request: [FLINK-3700] [core] Add 'Preconditions' utilit...

2016-04-11 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1853#issuecomment-208312455 Merging this... --- 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 fe

[GitHub] flink pull request: [FLINK-3700] [core] Add 'Preconditions' utilit...

2016-04-06 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/1853#issuecomment-206299884 +1. I know of some other places where I've used Guava's Hasher or Cache, which we can also remove in order to be able to remove our Guava dependency. --- If your p

[GitHub] flink pull request: [FLINK-3700] [core] Add 'Preconditions' utilit...

2016-04-05 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1853#issuecomment-205811166 +1 for merging :-) --- 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 thi

[GitHub] flink pull request: [FLINK-3700] [core] Add 'Preconditions' utilit...

2016-04-05 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/1853 [FLINK-3700] [core] Add 'Preconditions' utility class. The functionality that Flink uses from Guava is super simple and limited. We get a big dependency that has caused a lot of pain in the p