buildbot success in on flink-docs-release-0.10

2016-09-22 Thread buildbot
The Buildbot has detected a restored build on builder flink-docs-release-0.10 while building . Full details are available at: https://ci.apache.org/builders/flink-docs-release-0.10/builds/339 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave3_ubuntu Build Reason: The

flink git commit: [FLINK-3580] [table] Add OVERLAPS function

2016-09-22 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 3507d59f9 -> e6fbda906 [FLINK-3580] [table] Add OVERLAPS function This closes #2468. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e6fbda90 Tree:

[2/2] flink git commit: [FLINK-4603] [checkpoints] Fix user code classloading in KeyedStateBackend

2016-09-22 Thread sewen
[FLINK-4603] [checkpoints] Fix user code classloading in KeyedStateBackend This closes #2533 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3b8fe95e Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/3b8fe95e Diff:

[1/2] flink git commit: [FLINK-4628] [core] Provide user class loader during input split assignment

2016-09-22 Thread sewen
Repository: flink Updated Branches: refs/heads/master e6fbda906 -> 345b2529a [FLINK-4628] [core] Provide user class loader during input split assignment In analogy to the configure() method, this also sets a context class loader during input split assignment. This closes #2505 Project: