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

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

                Author: ASF GitHub Bot
            Created on: 12/Apr/19 23:02
            Start Date: 12/Apr/19 23:02
    Worklog Time Spent: 10m 
      Work Description: robinyqiu commented on pull request #8273: [BEAM-4461] 
A transform to perform binary joins of PCollections with schemas
URL: https://github.com/apache/beam/pull/8273#discussion_r274686707
 
 

 ##########
 File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/CoGroup.java
 ##########
 @@ -244,7 +244,7 @@ public static By 
fieldAccessDescriptor(FieldAccessDescriptor fieldAccessDescript
      *
      * <p>This only affects the results of expandCrossProduct.
      */
-    public By withOuterJoinParticipation() {
+    public By withOptionalParticipation() {
       return toBuilder().setOuterJoinParticipation(true).build();
 
 Review comment:
   I think this should be changed to get/setOptionalParticipation()
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 226997)
    Time Spent: 25h 10m  (was: 25h)

> Create a library of useful transforms that use schemas
> ------------------------------------------------------
>
>                 Key: BEAM-4461
>                 URL: https://issues.apache.org/jira/browse/BEAM-4461
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Reuven Lax
>            Assignee: Reuven Lax
>            Priority: Major
>              Labels: triaged
>          Time Spent: 25h 10m
>  Remaining Estimate: 0h
>
> e.g. JoinBy(fields). Project, Filter, etc.



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

Reply via email to