Vancior commented on code in PR #19743: URL: https://github.com/apache/flink/pull/19743#discussion_r877772151
########## flink-python/pyflink/datastream/functions.py: ########## @@ -119,6 +118,22 @@ def get_aggregating_state( pass +class OperatorStateStore(ABC): Review Comment: I'm just following where `KeyedStateStore` is, what do you think? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org