[
https://issues.apache.org/jira/browse/BEAM-7739?focusedWorklogId=320352&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-320352
]
ASF GitHub Bot logged work on BEAM-7739:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Sep/19 05:45
Start Date: 30/Sep/19 05:45
Worklog Time Spent: 10m
Work Description: rakeshcusat commented on pull request #9687: BEAM-7739:
Rename ValueStateSpec to ReadModifyWrite
URL: https://github.com/apache/beam/pull/9687#discussion_r329415439
##########
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:
@robertwb / @pabloem I am not sure whether this is the right way of doing it
or I should use `reserved` instead. I tried to use `reserved` but it
complained about missing field name.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 320352)
Time Spent: 4.5h (was: 4h 20m)
> 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: 4.5h
> 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)