You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 18:35:31 UTC

[GitHub] [beam] kennknowles opened a new issue, #18441: Record type of state in Python InMemoryUnmergedState

kennknowles opened a new issue, #18441:
URL: https://github.com/apache/beam/issues/18441

   Currently, the Python InMemoryUnmergedState implementation does not record the type of tag used to store state.  This means that, for example, it is hard to enumerate all state of a specific type of tag (e.g. WatermarkHolds).  We should fix this so that we can more cleanly extract, for example, the earliest WatermarkHold for the state of a given key.
   
   Imported from Jira [BEAM-2519](https://issues.apache.org/jira/browse/BEAM-2519). Original Jira may contain additional context.
   Reported by: ccy.


-- 
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-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org