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

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

                Author: ASF GitHub Bot
            Created on: 29/Dec/20 23:12
            Start Date: 29/Dec/20 23:12
    Worklog Time Spent: 10m 
      Work Description: amaliujia commented on a change in pull request #13630:
URL: https://github.com/apache/beam/pull/13630#discussion_r549883174



##########
File path: 
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/WindowingStrategyTranslationTest.java
##########
@@ -143,4 +162,142 @@ public void testToProtoAndBackWithComponents() throws 
Exception {
         proto.getAssignsToOneWindow(),
         equalTo(windowingStrategy.getWindowFn().assignsToOneWindow()));
   }
+
+  private static class CustomWindow extends IntervalWindow {

Review comment:
       Yes. This is the one I want to use to test gradually and finally to make 
custom WindowFn work. Right now it is only private as it is used within this 
test. In the further as I find more place to add tests I can move this class 
out accordingly.




----------------------------------------------------------------
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: 529307)
    Time Spent: 50m  (was: 40m)

> Test "beam:window_fn:serialized_java:v1" in WindowStrategyTranslation
> ---------------------------------------------------------------------
>
>                 Key: BEAM-11536
>                 URL: https://issues.apache.org/jira/browse/BEAM-11536
>             Project: Beam
>          Issue Type: Sub-task
>          Components: java-fn-execution
>            Reporter: Rui Wang
>            Assignee: Rui Wang
>            Priority: P2
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to