ahmedabu98 commented on code in PR #38315:
URL: https://github.com/apache/beam/pull/38315#discussion_r3189244084


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/values/WindowedValues.java:
##########
@@ -503,6 +566,7 @@ private abstract static class SimpleWindowedValue<T> 
implements WindowedValue<T>
     private final @Nullable Long currentRecordOffset;
     private final CausedByDrain causedByDrain;
     private final @Nullable Context context;
+    private final ValueKind valueKind;

Review Comment:
   Good catch



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to