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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
