You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shammon (Jira)" <ji...@apache.org> on 2022/12/01 12:19:00 UTC

[jira] [Created] (FLINK-30263) Introduce schemas table to table store

Shammon created FLINK-30263:
-------------------------------

             Summary: Introduce schemas table to table store
                 Key: FLINK-30263
                 URL: https://issues.apache.org/jira/browse/FLINK-30263
             Project: Flink
          Issue Type: New Feature
          Components: Table Store
    Affects Versions: table-store-0.3.0
            Reporter: Shammon


You can query the historical schemas of the table through SQL, for example, query the historical schemas of table "T" through the following SQL:

SELECT * FROM T$schemas;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)