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

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

                Author: ASF GitHub Bot
            Created on: 04/May/18 22:45
            Start Date: 04/May/18 22:45
    Worklog Time Spent: 10m 
      Work Description: tgroh commented on a change in pull request #5270: 
[BEAM-4073] Migrate the `portable` subpackage to use Portable representations
URL: https://github.com/apache/beam/pull/5270#discussion_r186237627
 
 

 ##########
 File path: 
runners/direct-java/src/main/java/org/apache/beam/runners/direct/portable/GroupAlsoByWindowEvaluatorFactory.java
 ##########
 @@ -138,30 +126,30 @@ public GroupAlsoByWindowEvaluator(
           .getExecutionContext(application, inputBundle.getKey())
           .getStepContext(
               evaluationContext.getStepName(application));
+      // TODO: extract from input PCollection via the graph, including 
length-prefixing
       windowingStrategy =
-          (WindowingStrategy<?, BoundedWindow>)
-              application.getTransform().getInputWindowingStrategy();
+          null;
 
       outputBundles = new ArrayList<>();
       unprocessedElements = ImmutableList.builder();
 
+      // TODO: extract from input PCollection via the graph, including 
length-prefixing
 
 Review comment:
   Same as above - this logic will be shared, but right now we're temporarily 
placing null and exploding if this is ever used.

----------------------------------------------------------------
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: 98619)
    Time Spent: 2h 10m  (was: 2h)

> The DirectRunner should interact with a Pipeline via an abstraction of the 
> Graph rather than SDK types
> ------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-4073
>                 URL: https://issues.apache.org/jira/browse/BEAM-4073
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-direct
>            Reporter: Thomas Groh
>            Assignee: Thomas Groh
>            Priority: Major
>              Labels: portability
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>




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

Reply via email to