Repository: flink-web Updated Branches: refs/heads/asf-site 433cefa78 -> 66c6acd78
Edit 1.3 release notes Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/962190d4 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/962190d4 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/962190d4 Branch: refs/heads/asf-site Commit: 962190d4284bafbd4a927e9a9ee51cd1075ff8b3 Parents: 433cefa Author: Greg Hogan <[email protected]> Authored: Thu Jun 1 12:30:32 2017 -0400 Committer: Greg Hogan <[email protected]> Committed: Thu Jun 1 12:30:32 2017 -0400 ---------------------------------------------------------------------- _posts/2017-06-01-release-1.3.0.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/962190d4/_posts/2017-06-01-release-1.3.0.md ---------------------------------------------------------------------- diff --git a/_posts/2017-06-01-release-1.3.0.md b/_posts/2017-06-01-release-1.3.0.md index f192749..ff9af2c 100644 --- a/_posts/2017-06-01-release-1.3.0.md +++ b/_posts/2017-06-01-release-1.3.0.md @@ -106,15 +106,14 @@ Below are some of the main features of the revamped CEP library: # Gelly Library -* PageRank algorithm for directed graphs - * Unified driver for running Gelly examples [FLINK-4949](https://issues.apache.org/jira/browse/FLINK-4949)). * PageRank algorithm for directed graphs ([FLINK-4896](https://issues.apache.org/jira/browse/FLINK-4896)). * Add Circulant and Echo graph generators ([FLINK-6393](https://issues.apache.org/jira/browse/FLINK-6393)). +# Known Issues <div class="alert alert-warning"> - There are two <strong>known issues</strong> in Flink 1.3.0. Both will be addressed in the next <i>1.3.1</i> release. + There are two <strong>known issues</strong> in Flink 1.3.0. Both will be addressed in the <i>1.3.1</i> release. <br> <ul> <li><a href="https://issues.apache.org/jira/browse/FLINK-6783">FLINK-6783</a>: Wrongly extracted TypeInformations for <code>WindowedStream::aggregate</code></li>
