[
https://issues.apache.org/jira/browse/BEAM-11536?focusedWorklogId=529302&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-529302
]
ASF GitHub Bot logged work on BEAM-11536:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Dec/20 22:58
Start Date: 29/Dec/20 22:58
Worklog Time Spent: 10m
Work Description: boyuanzz commented on a change in pull request #13630:
URL: https://github.com/apache/beam/pull/13630#discussion_r549880372
##########
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:
Just wondering are you going to add more tests around this
`CustomWindow` and `CustomWindowFn` below? It seems like if you only want to
test proto-object round trip, there is no need to construct so much details.
----------------------------------------------------------------
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: 529302)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)