LadyForest commented on code in PR #337: URL: https://github.com/apache/flink-table-store/pull/337#discussion_r1006495256
########## docs/content/docs/development/query-table.md: ########## @@ -109,3 +109,19 @@ SELECT * FROM MyTable$snapshots; By querying one table's snapshots table, you can know the commit and expiration information about that table and time travel through the data. + +## Options Table + +You can query the option information of the table through Flink SQL. The options not Review Comment: How about > You can query the table's option information which is specified from the DDL through Flink SQL. The options not shown will be the default value. -- 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]
