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/10/27 07:25:12 UTC

[GitHub] [flink-table-store] LadyForest commented on a diff in pull request #337: [FLINK-29774] Introduce options metadata table

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: issues-unsubscribe@flink.apache.org

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