Skip to content

Commit 3d9e403

Browse files
committed
comment
1 parent 7ea3109 commit 3d9e403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/java/core/src/test/java/org/apache/beam/sdk/util/WindowedValueTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void testWindowedValueWithElementMetadataCoder() throws CoderException {
9292
PaneInfo.NO_FIRING,
9393
null,
9494
null,
95-
true);
95+
true); // drain is persisted as part of metadata
9696

9797
Coder<WindowedValue<String>> windowedValueCoder =
9898
WindowedValues.getFullCoder(StringUtf8Coder.of(), IntervalWindow.getCoder());

0 commit comments

Comments
 (0)