[
https://issues.apache.org/jira/browse/BEAM-2918?focusedWorklogId=158709&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-158709
]
ASF GitHub Bot logged work on BEAM-2918:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Oct/18 14:03
Start Date: 25/Oct/18 14:03
Worklog Time Spent: 10m
Work Description: tweise commented on a change in pull request #6740:
[BEAM-2918] Add state support for batch in portable FlinkRunner
URL: https://github.com/apache/beam/pull/6740#discussion_r228185886
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkBatchPortablePipelineTranslator.java
##########
@@ -595,4 +624,15 @@ private static void pruneOutput(
String.format("%s/out.%d", transformName, unionTag));
context.addDataSet(collectionId, pruningOperator);
}
+
+ private static <T> Coder<WindowedValue<T>> instantiateCoder(
Review comment:
Move this to `FlinkPipelineTranslatorUtils` ?
----------------------------------------------------------------
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: 158709)
Time Spent: 12h 40m (was: 12.5h)
> Flink support for portable user state
> -------------------------------------
>
> Key: BEAM-2918
> URL: https://issues.apache.org/jira/browse/BEAM-2918
> Project: Beam
> Issue Type: Sub-task
> Components: runner-flink
> Reporter: Henning Rohde
> Assignee: Maximilian Michels
> Priority: Minor
> Labels: portability
> Time Spent: 12h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)