Jingsong Lee created FLINK-29735: ------------------------------------ Summary: Introduce Metadata tables for table store Key: FLINK-29735 URL: https://issues.apache.org/jira/browse/FLINK-29735 Project: Flink Issue Type: New Feature Components: Table Store Reporter: Jingsong Lee Assignee: Jingsong Lee Fix For: table-store-0.3.0
You can query the related metadata of the table through SQL, for example, query the historical version information of table "T" through the following SQL: SELECT * FROM T$history; -- This message was sent by Atlassian Jira (v8.20.10#820010)