[jira] [Created] (FLINK-1612) Add guidelines to avoid duplicate class names and more JavaDoc for new addition

2015-02-25 Thread Henry Saputra (JIRA)
Henry Saputra created FLINK-1612: Summary: Add guidelines to avoid duplicate class names and more JavaDoc for new addition Key: FLINK-1612 URL: https://issues.apache.org/jira/browse/FLINK-1612 Project

[jira] [Commented] (FLINK-1526) Add Minimum Spanning Tree library method and example

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337711#comment-14337711 ] ASF GitHub Bot commented on FLINK-1526: --- Github user hsaputra commented on a diff in

[GitHub] flink pull request: [FLINK-1526] Added MinSpanningTree example, li...

2015-02-25 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/flink/pull/434#discussion_r25399885 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example/utils/MinSpanningTreeData.java --- @@ -0,0 +1,91 @@ +/* + * Licensed

[GitHub] flink pull request: [FLINK-1526] Added MinSpanningTree example, li...

2015-02-25 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/flink/pull/434#discussion_r25399902 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/library/MinSpanningTree.java --- @@ -0,0 +1,388 @@ +/* + * Licensed to the A

[jira] [Commented] (FLINK-1526) Add Minimum Spanning Tree library method and example

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337710#comment-14337710 ] ASF GitHub Bot commented on FLINK-1526: --- Github user hsaputra commented on a diff in

[jira] [Commented] (FLINK-1526) Add Minimum Spanning Tree library method and example

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337709#comment-14337709 ] ASF GitHub Bot commented on FLINK-1526: --- Github user hsaputra commented on a diff in

[GitHub] flink pull request: [FLINK-1526] Added MinSpanningTree example, li...

2015-02-25 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/flink/pull/434#discussion_r25399853 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example/MinSpanningTreeExample.java --- @@ -0,0 +1,132 @@ +/* + * Licensed t

[jira] [Closed] (FLINK-1012) Update documentation to include code style guidelines for Java and Scala

2015-02-25 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Saputra closed FLINK-1012. Resolution: Done Looks like we are adding the Scala code guidelines to wiki for now [1]. Probably w

[jira] [Commented] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337487#comment-14337487 ] ASF GitHub Bot commented on FLINK-1514: --- Github user vasia commented on a diff in th

[GitHub] flink pull request: [FLINK-1514][Gelly] Add a Gather-Sum-Apply ite...

2015-02-25 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/408#discussion_r25391723 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example/GSASingleSourceShortestPathsExample.java --- @@ -0,0 +1,216 @@ +/* + *

[jira] [Commented] (FLINK-1587) coGroup throws NoSuchElementException on iterator.next()

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337483#comment-14337483 ] ASF GitHub Bot commented on FLINK-1587: --- GitHub user andralungu opened a pull reques

[GitHub] flink pull request: [FLINK-1587][gelly] Added additional check for...

2015-02-25 Thread andralungu
GitHub user andralungu opened a pull request: https://github.com/apache/flink/pull/440 [FLINK-1587][gelly] Added additional check for edge src/trg id validity You can merge this pull request into a Git repository by running: $ git pull https://github.com/andralungu/flink excep

[jira] [Commented] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337481#comment-14337481 ] ASF GitHub Bot commented on FLINK-1514: --- Github user balidani commented on a diff in

[GitHub] flink pull request: [FLINK-1514][Gelly] Add a Gather-Sum-Apply ite...

2015-02-25 Thread balidani
Github user balidani commented on a diff in the pull request: https://github.com/apache/flink/pull/408#discussion_r25391476 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example/GSASingleSourceShortestPathsExample.java --- @@ -0,0 +1,216 @@ +/* +

[GitHub] flink pull request: [FLINK-1514][Gelly] Add a Gather-Sum-Apply ite...

2015-02-25 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/408#issuecomment-76083807 Thanks for the revision @balidani! I added some minor inline comments. I'd like someone else to also review this before we merge. In the meantime, I'll try to find som

[jira] [Commented] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337447#comment-14337447 ] ASF GitHub Bot commented on FLINK-1514: --- Github user vasia commented on the pull req

[GitHub] flink pull request: [FLINK-1514][Gelly] Add a Gather-Sum-Apply ite...

2015-02-25 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/408#discussion_r25390113 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example/GSASingleSourceShortestPathsExample.java --- @@ -0,0 +1,216 @@ +/* + *

[jira] [Commented] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337435#comment-14337435 ] ASF GitHub Bot commented on FLINK-1514: --- Github user vasia commented on a diff in th

[GitHub] flink pull request: [FLINK-1514][Gelly] Add a Gather-Sum-Apply ite...

2015-02-25 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/408#discussion_r25389945 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/gsa/Triplet.java --- @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software F

[jira] [Commented] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337430#comment-14337430 ] ASF GitHub Bot commented on FLINK-1514: --- Github user vasia commented on a diff in th

[jira] [Commented] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337427#comment-14337427 ] ASF GitHub Bot commented on FLINK-1514: --- Github user vasia commented on a diff in th

[jira] [Commented] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337426#comment-14337426 ] ASF GitHub Bot commented on FLINK-1514: --- Github user vasia commented on a diff in th

[GitHub] flink pull request: [FLINK-1514][Gelly] Add a Gather-Sum-Apply ite...

2015-02-25 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/408#discussion_r25389899 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/gsa/Triplet.java --- @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software F

[GitHub] flink pull request: [FLINK-1514][Gelly] Add a Gather-Sum-Apply ite...

2015-02-25 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/408#discussion_r25389859 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example/GSASingleSourceShortestPathsExample.java --- @@ -0,0 +1,216 @@ +/* + *

[jira] [Commented] (FLINK-1610) Java docs do not build

2015-02-25 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336993#comment-14336993 ] Stephan Ewen commented on FLINK-1610: - May be related to referring to Scala classes (a

[jira] [Commented] (FLINK-1472) Web frontend config overview shows wrong value

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336989#comment-14336989 ] ASF GitHub Bot commented on FLINK-1472: --- Github user StephanEwen commented on the pu

[GitHub] flink pull request: [FLINK-1472] Fixed Web frontend config overvie...

2015-02-25 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/439#issuecomment-76031299 I like the idea - that means that the webfrontend now shows what values are actually used, even if they are not in the config. To make it even nicer, it would

[jira] [Updated] (FLINK-1611) Rename classes and packages that contains Nephele

2015-02-25 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Saputra updated FLINK-1611: - Summary: Rename classes and packages that contains Nephele (was: Rename classes and packages with

[jira] [Created] (FLINK-1611) Rename classes and packages with Nephele

2015-02-25 Thread Henry Saputra (JIRA)
Henry Saputra created FLINK-1611: Summary: Rename classes and packages with Nephele Key: FLINK-1611 URL: https://issues.apache.org/jira/browse/FLINK-1611 Project: Flink Issue Type: Improvemen

[jira] [Assigned] (FLINK-1472) Web frontend config overview shows wrong value

2015-02-25 Thread Mingliang Qi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Qi reassigned FLINK-1472: --- Assignee: Mingliang Qi > Web frontend config overview shows wrong value > ---

[jira] [Commented] (FLINK-1472) Web frontend config overview shows wrong value

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336784#comment-14336784 ] ASF GitHub Bot commented on FLINK-1472: --- GitHub user qmlmoon opened a pull request:

[GitHub] flink pull request: [FLINK-1472] Fixed Web frontend config overvie...

2015-02-25 Thread qmlmoon
GitHub user qmlmoon opened a pull request: https://github.com/apache/flink/pull/439 [FLINK-1472] Fixed Web frontend config overview with wrong value. You can merge this pull request into a Git repository by running: $ git pull https://github.com/qmlmoon/incubator-flink web-con

[jira] [Created] (FLINK-1610) Java docs do not build

2015-02-25 Thread Max Michels (JIRA)
Max Michels created FLINK-1610: -- Summary: Java docs do not build Key: FLINK-1610 URL: https://issues.apache.org/jira/browse/FLINK-1610 Project: Flink Issue Type: Bug Components: Build

[jira] [Resolved] (FLINK-1582) SocketStream gets stuck when socket closes

2015-02-25 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi resolved FLINK-1582. --- Resolution: Fixed Fix Version/s: 0.9 Fixed via fd65a24 and d182d04. > SocketStream get

[jira] [Commented] (FLINK-1450) Add Fold operator to the Streaming api

2015-02-25 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336431#comment-14336431 ] Gyula Fora commented on FLINK-1450: --- + tests and docs :) > Add Fold operator to the Str

[jira] [Commented] (FLINK-1450) Add Fold operator to the Streaming api

2015-02-25 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336427#comment-14336427 ] Gyula Fora commented on FLINK-1450: --- Hey Amit, Thanks for the interest. Basically there

[GitHub] flink pull request: [FLINK-1582][streaming]Allow SocketStream to r...

2015-02-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/424 --- 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 enabl

[jira] [Commented] (FLINK-1582) SocketStream gets stuck when socket closes

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336426#comment-14336426 ] ASF GitHub Bot commented on FLINK-1582: --- Github user asfgit closed the pull request

[jira] [Commented] (FLINK-1450) Add Fold operator to the Streaming api

2015-02-25 Thread amit pal (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336381#comment-14336381 ] amit pal commented on FLINK-1450: - Any pointer as to how to develop this operator. I am ne

[jira] [Resolved] (FLINK-1519) Web frontend task state mismatch when cancelling

2015-02-25 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi resolved FLINK-1519. Resolution: Fixed Fixed in 2fe3deb > Web frontend task state mismatch when cancelling > ---

[jira] [Commented] (FLINK-1519) Web frontend task state mismatch when cancelling

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336354#comment-14336354 ] ASF GitHub Bot commented on FLINK-1519: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1519] Added canceling state to web inte...

2015-02-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/435 --- 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 enabl

[jira] [Resolved] (FLINK-1609) FileSystem doesn't expose current user's home directory

2015-02-25 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi resolved FLINK-1609. Resolution: Implemented Implemented in 649334a69e50d638224bc23c8e240c063eee1476 > FileSystem doesn'

[jira] [Commented] (FLINK-1609) FileSystem doesn't expose current user's home directory

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336334#comment-14336334 ] ASF GitHub Bot commented on FLINK-1609: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1609] FileSystem.getHomeDirectory()

2015-02-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/438 --- 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 enabl

[GitHub] flink pull request: [FLINK-1519] Added canceling state to web inte...

2015-02-25 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/435#issuecomment-75939092 Looks good to me. Tested locally and it works fine. I will merge this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[jira] [Commented] (FLINK-1519) Web frontend task state mismatch when cancelling

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336335#comment-14336335 ] ASF GitHub Bot commented on FLINK-1519: --- Github user uce commented on the pull reque

[jira] [Commented] (FLINK-1609) FileSystem doesn't expose current user's home directory

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336329#comment-14336329 ] ASF GitHub Bot commented on FLINK-1609: --- Github user uce commented on the pull reque

[GitHub] flink pull request: [FLINK-1609] FileSystem.getHomeDirectory()

2015-02-25 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/438#issuecomment-75937000 +1 Will merge --- 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 featu

[jira] [Resolved] (FLINK-1604) Livelock in PartitionRequestClientFactory

2015-02-25 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi resolved FLINK-1604. Resolution: Fixed Fixed in 859a839 and 2f1987a. > Livelock in PartitionRequestClientFactory > -

[jira] [Commented] (FLINK-1568) Add failure-case tests for data exchange

2015-02-25 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336325#comment-14336325 ] Ufuk Celebi commented on FLINK-1568: Initial test implemented in 2f1987a. > Add failu

[jira] [Resolved] (FLINK-1607) SimpleRecoveryITCase fails spuriously on Travis

2015-02-25 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi resolved FLINK-1607. Resolution: Fixed Fixed in 80c2a0c and 607bf12. > SimpleRecoveryITCase fails spuriously on Travis >

[jira] [Resolved] (FLINK-1606) JobManagerFailsITCase fails spuriously for the Hadoop-2.0.0-alpha build profile on Travis

2015-02-25 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi resolved FLINK-1606. Resolution: Fixed Resolved in d18401c. > JobManagerFailsITCase fails spuriously for the Hadoop-2.0.

[jira] [Commented] (FLINK-1568) Add failure-case tests for data exchange

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336318#comment-14336318 ] ASF GitHub Bot commented on FLINK-1568: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1568] [FLINK-1604] [FLINK-1606] [FLINK-...

2015-02-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/436 --- 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 enabl

[jira] [Assigned] (FLINK-1594) DataStreams don't support self-join

2015-02-25 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Hermann reassigned FLINK-1594: Assignee: Gábor Hermann > DataStreams don't support self-join > ---

[jira] [Commented] (FLINK-1553) Kafka connectors rework

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336277#comment-14336277 ] ASF GitHub Bot commented on FLINK-1553: --- Github user gaborhermann commented on the p

[GitHub] flink pull request: [FLINK-1553] [streaming] Reworked Kafka connec...

2015-02-25 Thread gaborhermann
Github user gaborhermann commented on the pull request: https://github.com/apache/flink/pull/433#issuecomment-75928922 Sorry, I accidentally used a class only available in Java 8, and did not wait for the Travis build. I fixed it. Travis still fails, but on an unrelated issue (see

[jira] [Commented] (FLINK-1553) Kafka connectors rework

2015-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336174#comment-14336174 ] ASF GitHub Bot commented on FLINK-1553: --- Github user rmetzger commented on the pull