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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to