[jira] [Updated] (FLINK-27890) bug of SideOutputExample.java

2022-06-09 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-27890:
---
Labels: pull-request-available  (was: )

> bug of SideOutputExample.java
> -
>
> Key: FLINK-27890
> URL: https://issues.apache.org/jira/browse/FLINK-27890
> Project: Flink
>  Issue Type: Bug
>  Components: Examples
>Affects Versions: 1.15.0
> Environment: # flink version 1.15
>  # jdk 1.8
>  # scala 2.12
>Reporter: XiaoWen Wei
>Assignee: CodeRap
>Priority: Major
>  Labels: pull-request-available
>
> The bug appears on line 87 of 
> flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/sideoutput/SideOutputExample.java:
> {code:java}
> text.assignTimestampsAndWatermarks(IngestionTimeWatermarkStrategy.create()); 
> {code}
> This line forgets to set the return value, so the timestamp is not assigned 
> to the element in {_}text{_}. As a result, running this code throws an error.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27890) bug of SideOutputExample.java

2022-06-03 Thread Martijn Visser (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martijn Visser updated FLINK-27890:
---
Fix Version/s: (was: 1.15.0)

> bug of SideOutputExample.java
> -
>
> Key: FLINK-27890
> URL: https://issues.apache.org/jira/browse/FLINK-27890
> Project: Flink
>  Issue Type: Bug
>  Components: Examples
>Affects Versions: 1.15.0
> Environment: # flink version 1.15
>  # jdk 1.8
>  # scala 2.12
>Reporter: XiaoWen Wei
>Priority: Major
>
> The bug appears on line 87 of 
> flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/sideoutput/SideOutputExample.java:
> {code:java}
> text.assignTimestampsAndWatermarks(IngestionTimeWatermarkStrategy.create()); 
> {code}
> This line forgets to set the return value, so the timestamp is not assigned 
> to the element in {_}text{_}. As a result, running this code throws an error.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)