JingsongLi commented on PR #344: URL: https://github.com/apache/flink-table-store/pull/344#issuecomment-1330296296
> Hi @JingsongLi Sorry for replying late. I think `MyTable$schemas` is so good that we cannot to check the schema change history from Table Store currently. I think we can create a new issue for it. > > Back to this PR, what I want is that users can query data from Table Store with given snapshot id. Do you think it is better for users to add parameters in options, or to specify the snapshot ID on the table name in query? THX I think users can just `select a.* from MyTable$schemas a, MyTable$snapshots b where snapshot_id=10 and a.schema_id = b.schema_id` to get the schema for one snapshot id. -- 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]
