lukecwik commented on a change in pull request #11922:
URL: https://github.com/apache/beam/pull/11922#discussion_r436111838



##########
File path: 
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnApiDoFnRunner.java
##########
@@ -632,6 +698,17 @@ public Object restriction() {
                         }
                       });
               return WindowedSplitResult.forRoots(
+                  primaryFullyProcessedWindows.isEmpty()
+                      ? null
+                      : WindowedValue.of(
+                          KV.of(
+                              KV.of(
+                                  currentElement.getValue(),
+                                  KV.of(currentRestriction, 
currentWatermarkEstimatorState)),
+                              fullSize),

Review comment:
       I don't think so but this warrants a larger discussion about what does 
an element+restriction in multiple windows mean and how that it impacts 
splitting/sizing.
   
   I would like to leave it as is until we can build that consensus.




----------------------------------------------------------------
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


Reply via email to