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

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

                Author: ASF GitHub Bot
            Created on: 27/Jun/18 03:31
            Start Date: 27/Jun/18 03:31
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on a change in pull request 
#5545: [BEAM-4076] Import Schema branch into master
URL: https://github.com/apache/beam/pull/5545#discussion_r198357231
 
 

 ##########
 File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/DoFn.java
 ##########
 @@ -376,7 +377,15 @@ public Duration getAllowedTimestampSkew() {
 
   /** Receives tagged output for a multi-output function. */
   public interface MultiOutputReceiver {
+    /** Returns an {@link OutputReceiver} for the given tag. **/
     <T> OutputReceiver<T> get(TupleTag<T> tag);
+
+    /** Returns a {@link OutputReceiver} for publishing {@link Row} objects to 
the given tag.
+     *
+     * <p>The {@link PCollection} representing this tag must have a schema 
registered in order to
+     * call this function.
+     */
+    <T> OutputReceiver<Row> getRowReceiver(TupleTag<T> tag);
 
 Review comment:
   @Experimental(Kind.SCHEMAS) ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

    Worklog Id:     (was: 116288)

> Schema followups
> ----------------
>
>                 Key: BEAM-4076
>                 URL: https://issues.apache.org/jira/browse/BEAM-4076
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-model, dsl-sql, sdk-java-core
>            Reporter: Kenneth Knowles
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> This umbrella bug contains subtasks with followups for Beam schemas, which 
> were moved from SQL to the core Java SDK and made to be type-name-based 
> rather than coder based.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to