[
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 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
[
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) {
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 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
[
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 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
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