You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/11/17 03:30:58 UTC

[GitHub] [flink-table-store] JingsongLi commented on pull request #344: [FLINK-29823] Support to get schema of table snapshot

JingsongLi commented on PR #344:
URL: https://github.com/apache/flink-table-store/pull/344#issuecomment-1318013199

   Thanks @zjureel for the contribution.
   I want to support this requirement through another solution:
   - At present, we have supported Snapshots Table: https://nightlies.apache.org/flink/flink-table-store-docs-master/docs/development/query-table/#snapshots-table , `SELECT * FROM MyTable$snapshots;`, there is a column: `schema_id`.
   - We can support Schemas Table too, `SELECT * FROM MyTable$schemas;`.
   - Then, users can join these two tables to show the schema of one snapshot.
   
   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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org