damccorm commented on code in PR #35209: URL: https://github.com/apache/beam/pull/35209#discussion_r2138702848
########## sdks/python/apache_beam/transforms/userstate.py: ########## @@ -63,7 +63,7 @@ def to_runner_api( raise NotImplementedError -class ReadModifyWriteStateSpec(StateSpec): +class ReadModifyWriteStateSpec(StateSpec): #TODO: This state is missing from the programming guide. Review Comment: I think at this point it would probably be more confusion than it is worth IMO. It is odd that it is different, but it has been around for years, and there's not really a reason it is less correct than the Java/Go variants. -- 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. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org