You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/07 20:45:00 UTC

[jira] [Work logged] (BEAM-7739) Add ValueState in Python sdk

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

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

                Author: ASF GitHub Bot
            Created on: 07/Oct/19 20:44
            Start Date: 07/Oct/19 20:44
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on pull request #9687: BEAM-7739: Rename ValueStateSpec to ReadModifyWrite
URL: https://github.com/apache/beam/pull/9687#discussion_r332226522
 
 

 ##########
 File path: model/pipeline/src/main/proto/beam_runner_api.proto
 ##########
 @@ -411,15 +411,15 @@ message Parameter {
 
 message StateSpec {
   oneof spec {
-    ValueStateSpec value_spec = 1;
+    ReadModifyWriteStateSpec read_modify_write_spec = 1;
 
 Review comment:
   This should be fine. The content of the proto is the same. 
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 324598)
    Time Spent: 4h 40m  (was: 4.5h)

> Add ValueState in Python sdk
> ----------------------------
>
>                 Key: BEAM-7739
>                 URL: https://issues.apache.org/jira/browse/BEAM-7739
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-core
>            Reporter: Rakesh Kumar
>            Assignee: Rakesh Kumar
>            Priority: Major
>          Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> Currently ValueState is missing from Python Sdks but it is existing in Java sdks. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)