[ 
https://issues.apache.org/jira/browse/BEAM-12976?focusedWorklogId=669761&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-669761
 ]

ASF GitHub Bot logged work on BEAM-12976:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Oct/21 20:03
            Start Date: 25/Oct/21 20:03
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 669761)
    Time Spent: 3h  (was: 2h 50m)

> Projection pushdown in Beam Java
> --------------------------------
>
>                 Key: BEAM-12976
>                 URL: https://issues.apache.org/jira/browse/BEAM-12976
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql, sdk-java-core
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: P2
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> [https://docs.google.com/document/d/1eHSO3aIsAUmiVtfDL-pEFenNBRKt26KkF4dQloMhpBQ/edit#
> ]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to