zjureel opened a new pull request, #344: URL: https://github.com/apache/flink-table-store/pull/344
Currently we can only query the latest snapshot data from table store. We need to support reading the data of the specified snapshot, in this way, we can read historical versions or compare data across versions as needed. This PR aims to support to get schema for table with given snapshot id as follows and `10` is the snapshot id: `SHOW CREATE TABLE word_count$snapshot$10` One can get the columns for table `word_count` with snapshot `10`, and then can build query on the snapshot. -- 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]
