[
https://issues.apache.org/jira/browse/BEAM-8006?focusedWorklogId=298108&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-298108
]
ASF GitHub Bot logged work on BEAM-8006:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Aug/19 18:51
Start Date: 20/Aug/19 18:51
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #9375: [BEAM-8006]
Add retracting to windowing strategy translation.
URL: https://github.com/apache/beam/pull/9375#discussion_r315848932
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/values/WindowingStrategy.java
##########
@@ -47,7 +47,8 @@
/** The accumulation modes that can be used with windowing. */
public enum AccumulationMode {
DISCARDING_FIRED_PANES,
- ACCUMULATING_FIRED_PANES
+ ACCUMULATING_FIRED_PANES,
+ RETRACTING_FIRED_PANES,
Review comment:
Since this is part of the public API surface, it would be best if we
explicitly said that this was experimental here as a comment and also within
the javadoc.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 298108)
Time Spent: 50m (was: 40m)
> add retracting to windowing strategy translation
> ------------------------------------------------
>
> Key: BEAM-8006
> URL: https://issues.apache.org/jira/browse/BEAM-8006
> Project: Beam
> Issue Type: Sub-task
> Components: runner-core
> Reporter: Rui Wang
> Assignee: Rui Wang
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)