stankiewicz commented on code in PR #38490:
URL: https://github.com/apache/beam/pull/38490#discussion_r3276108846
##########
runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/StreamingGroupAlsoByWindowFnsTest.java:
##########
@@ -350,6 +350,7 @@ public void testFixedWindowsWithDraining() throws Exception
{
equalTo(window(10, 20)),
anything(),
is(CausedByDrain.CAUSED_BY_DRAIN))));
+ WindowedValues.WindowedValueCoder.setMetadataNotSupported();
Review Comment:
move to @ after teardown method
--
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]