[1/2] flink git commit: [FLINK-6228] [table] Add support for OVER windows to streaming Table API.

2017-04-24 Thread fhueske
Repository: flink Updated Branches: refs/heads/master 166444767 -> fe018921e http://git-wip-us.apache.org/repos/asf/flink/blob/fe018921/flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/table/stringexpr/OverWindowStringExpressionTest.scala

[2/2] flink git commit: [FLINK-6228] [table] Add support for OVER windows to streaming Table API.

2017-04-24 Thread fhueske
[FLINK-6228] [table] Add support for OVER windows to streaming Table API. This closes #3743. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/fe018921 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/fe018921 Diff:

flink git commit: [FLINK-6280] [scripts] Allow logging with Java flags

2017-04-24 Thread greg
Repository: flink Updated Branches: refs/heads/master aa21f853a -> 166444767 [FLINK-6280] [scripts] Allow logging with Java flags Evaluate user-defined Java options immediately before starting services and rotate all log files. This closes #3701 Project: