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


##########
runners/google-cloud-dataflow-java/src/test/java/org/apache/beam/runners/dataflow/DataflowRunnerTest.java:
##########
@@ -2777,4 +2785,139 @@ public void process() {}
                 }));
     p.run();
   }
+
+  @Test
+  @Category({ValidatesRunner.class})
+  public void testValueKindParameterAndOutputWithKind() {

Review Comment:
   It passes as-is.
   
   The problem only comes up when we need to encode/decode (that's when we'll 
need the experiment). As the test is written, I think all stages are fused 
together



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