ibzib commented on a change in pull request #15712:
URL: https://github.com/apache/beam/pull/15712#discussion_r735919686



##########
File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/ParDo.java
##########
@@ -702,7 +702,7 @@ public static DoFnSchemaInformation 
getDoFnSchemaInformation(
   public static class SingleOutput<InputT, OutputT>
       extends PTransform<PCollection<? extends InputT>, PCollection<OutputT>> {
 
-    private static final String MAIN_OUTPUT_TAG = "output";
+    public static final String MAIN_OUTPUT_TAG = "output";

Review comment:
       I reverted this change and hard-coded the tag name instead.




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