[ 
https://issues.apache.org/jira/browse/BEAM-8086?focusedWorklogId=300554&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-300554
 ]

ASF GitHub Bot logged work on BEAM-8086:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Aug/19 22:32
            Start Date: 23/Aug/19 22:32
    Worklog Time Spent: 10m 
      Work Description: amaliujia commented on pull request #9422: [BEAM-8086] 
add isRetraciton() to WindowedValue.
URL: https://github.com/apache/beam/pull/9422#discussion_r317321495
 
 

 ##########
 File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/util/WindowedValue.java
 ##########
 @@ -141,6 +141,11 @@ public boolean isSingleWindowedValue() {
     return false;
   }
 
+  /** Returns {@code true} if this WindowedValue is a retraction. */
+  public boolean isRetraction() {
 
 Review comment:
   Should we add `@Expremental`? How to decide what piece of SDK is user facing?
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 300554)
    Time Spent: 40m  (was: 0.5h)

> Add isRetraction() to WindowedValue
> -----------------------------------
>
>                 Key: BEAM-8086
>                 URL: https://issues.apache.org/jira/browse/BEAM-8086
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Rui Wang
>            Assignee: Rui Wang
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to