Seth Wiesman created FLINK-18978: ------------------------------------ Summary: Support full table scan of key and namespace from statebackend Key: FLINK-18978 URL: https://issues.apache.org/jira/browse/FLINK-18978 Project: Flink Issue Type: Improvement Components: Runtime / State Backends Reporter: Seth Wiesman Assignee: Seth Wiesman Fix For: 1.12.0
Support full table scan of keys and namespaces from the state backend. All operations assume the calling code already knows what namespace they are interested in interacting with. This is a prerequisite to support reading window operators with the state processor api because window panes are stored as additional namespace components. -- This message was sent by Atlassian Jira (v8.3.4#803005)