[
https://issues.apache.org/jira/browse/BEAM-12976?focusedWorklogId=670332&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-670332
]
ASF GitHub Bot logged work on BEAM-12976:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Oct/21 20:11
Start Date: 26/Oct/21 20:11
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #15712:
URL: https://github.com/apache/beam/pull/15712#discussion_r736882665
##########
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:
Sounds good on the revert and keeping it private.
--
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: 670332)
Time Spent: 3h 20m (was: 3h 10m)
> 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 20m
> Remaining Estimate: 0h
>
> [https://docs.google.com/document/d/1eHSO3aIsAUmiVtfDL-pEFenNBRKt26KkF4dQloMhpBQ/edit#
> ]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)