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

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

                Author: ASF GitHub Bot
            Created on: 30/Jun/18 18:40
            Start Date: 30/Jun/18 18:40
    Worklog Time Spent: 10m 
      Work Description: reuvenlax closed pull request #5845: [BEAM-4697] Fix 
build.
URL: https://github.com/apache/beam/pull/5845
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/runners/core-java/src/main/java/org/apache/beam/runners/core/DoFnRunners.java 
b/runners/core-java/src/main/java/org/apache/beam/runners/core/DoFnRunners.java
index eded0779684..20992013bcb 100644
--- 
a/runners/core-java/src/main/java/org/apache/beam/runners/core/DoFnRunners.java
+++ 
b/runners/core-java/src/main/java/org/apache/beam/runners/core/DoFnRunners.java
@@ -112,7 +112,7 @@
           TupleTag<OutputT> mainOutputTag,
           List<TupleTag<?>> additionalOutputTags,
           StepContext stepContext,
-          @Nullable Coder<KeyedWorkItem<byte[], KV<InputT, RestrictionT>>> 
inputCoder,
+          @Nullable Coder<KeyedWorkItem<String, KV<InputT, RestrictionT>>> 
inputCoder,
           Map<TupleTag<?>, Coder<?>> outputCoders,
           WindowingStrategy<?, ?> windowingStrategy) {
     return new ProcessFnRunner<>(


 

----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 117895)
    Time Spent: 0.5h  (was: 20m)

> Build broken
> ------------
>
>                 Key: BEAM-4697
>                 URL: https://issues.apache.org/jira/browse/BEAM-4697
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-core
>            Reporter: Reuven Lax
>            Assignee: Kenneth Knowles
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Caused by a race between two separate PRs being merged.



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

Reply via email to