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

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

                Author: ASF GitHub Bot
            Created on: 22/Oct/18 18:42
            Start Date: 22/Oct/18 18:42
    Worklog Time Spent: 10m 
      Work Description: tweise commented on a change in pull request #6726: 
[BEAM-2918] Add state support for streaming in portable FlinkRunner
URL: https://github.com/apache/beam/pull/6726#discussion_r226973683
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/fn_api_runner_test.py
 ##########
 @@ -261,6 +264,15 @@ def test_pardo_state_only(self):
     index_state_spec = userstate.CombiningValueStateSpec(
         'index', beam.coders.VarIntCoder(), sum)
 
+    # We want to use type hints which do not work with the Create transform
+    class SimpleCreate(beam.DoFn):
 
 Review comment:
   @robertwb are you planning to fix `Create` so we won't need this workaround?

----------------------------------------------------------------
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: 156913)
    Time Spent: 4h 20m  (was: 4h 10m)

> 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: 4h 20m
>  Remaining Estimate: 0h
>




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

Reply via email to