[jira] [Updated] (FLINK-26334) when the (timestamp - offset + windowSize) is less than 0 the calculation result of TimeWindow.getWindowSTartWithOffset is incorrect

2022-03-03 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser updated FLINK-26334: --- Priority: Major (was: Blocker) > when the (timestamp - offset + windowSize) is less than 0

[jira] [Updated] (FLINK-26334) when the (timestamp - offset + windowSize) is less than 0 the calculation result of TimeWindow.getWindowSTartWithOffset is incorrect

2022-02-27 Thread realdengziqi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] realdengziqi updated FLINK-26334: - Description:   source code {code:java} //Method to get the window start for a timestamp.

[jira] [Updated] (FLINK-26334) when the (timestamp - offset + windowSize) is less than 0 the calculation result of TimeWindow.getWindowSTartWithOffset is incorrect

2022-02-24 Thread realdengziqi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] realdengziqi updated FLINK-26334: - Priority: Blocker (was: Major) > when the (timestamp - offset + windowSize) is less than 0 the

[jira] [Updated] (FLINK-26334) when the (timestamp - offset + windowSize) is less than 0 the calculation result of TimeWindow.getWindowSTartWithOffset is incorrect

2022-02-24 Thread realdengziqi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] realdengziqi updated FLINK-26334: - Affects Version/s: 1.15.0 > when the (timestamp - offset + windowSize) is less than 0 the

[jira] [Updated] (FLINK-26334) when the (timestamp - offset + windowSize) is less than 0 the calculation result of TimeWindow.getWindowSTartWithOffset is incorrect

2022-02-23 Thread realdengziqi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] realdengziqi updated FLINK-26334: - Description:   source code {code:java} //Method to get the window start for a timestamp.