[jira] [Commented] (FLINK-8116) Stale comments referring to Checkpointed interface

2017-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284847#comment-16284847 ] ASF GitHub Bot commented on FLINK-8116: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #5121: [FLINK-8116] Stale comments referring to Checkpoin...

2017-12-09 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/5121#discussion_r155927615 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/SourceFunction.java --- @@ -34,17 +34,17 @@ * The run meth

[jira] [Updated] (FLINK-8229) Cannot use broadcast in StreamingEnvironment

2017-12-09 Thread Wind (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wind updated FLINK-8229: Description: {code:java} @Override public List getBroadcastVariable(String name) {

[jira] [Created] (FLINK-8229) Cannot use broadcast in StreamingEnvironment

2017-12-09 Thread Wind (JIRA)
Wind created FLINK-8229: --- Summary: Cannot use broadcast in StreamingEnvironment Key: FLINK-8229 URL: https://issues.apache.org/jira/browse/FLINK-8229 Project: Flink Issue Type: Improvement

[GitHub] flink pull request #5144: [Minor][cleanup] Remove unnecessary semicolons

2017-12-09 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5144 [Minor][cleanup] Remove unnecessary semicolons You can merge this pull request into a Git repository by running: $ git pull https://github.com/yew1eb/flink remove_unnecessary_semicolons Altern

[jira] [Commented] (FLINK-8228) Code cleanup - pointless bitwise expressions

2017-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-8228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284662#comment-16284662 ] ASF GitHub Bot commented on FLINK-8228: --- GitHub user yew1eb opened a pull request:

[GitHub] flink pull request #5143: [FLINK-8228][cleanup] Code cleanup - pointless bit...

2017-12-09 Thread yew1eb
GitHub user yew1eb opened a pull request: https://github.com/apache/flink/pull/5143 [FLINK-8228][cleanup] Code cleanup - pointless bitwise expressions ## Brief change log Remove pointless bitwise expressions, Such expressions include anding with zero, oring by zero, and shi

[jira] [Created] (FLINK-8228) Code cleanup - pointless bitwise expressions

2017-12-09 Thread Hai Zhou UTC+8 (JIRA)
Hai Zhou UTC+8 created FLINK-8228: - Summary: Code cleanup - pointless bitwise expressions Key: FLINK-8228 URL: https://issues.apache.org/jira/browse/FLINK-8228 Project: Flink Issue Type: Impr