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


##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnHarness.java:
##########
@@ -296,6 +297,7 @@ public static void main(
       // Register standard file systems.
       FileSystems.setDefaultPipelineOptions(options);
       CoderTranslation.verifyModelCodersRegistered();
+      WindowedValues.FullWindowedValueCoder.setMetadataSupported(true);

Review Comment:
   Added this just to visualize. It's likely more correct to let each runner 
set it on their side



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