JingsongLi commented on code in PR #608:
URL: https://github.com/apache/flink-table-store/pull/608#discussion_r1137004556


##########
docs/content/docs/how-to/querying-tables.md:
##########
@@ -91,6 +91,33 @@ Users can also adjust `changelog-producer` table property to 
specify the pattern
 Streaming Source can also be bounded, you can specify 'scan.bounded.watermark' 
to define the end condition for bounded streaming mode, stream reading will end 
until a larger watermark snapshot is encountered.
 {{< /hint >}}
 
+## Time Travel
+
+Currently, Table Store supports time travel for Flink and Spark 3.3.
+
+For flink, you can use [dynamic table 
options](https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/dev/table/sql/queries/hints/#dynamic-table-options)
 to specify scan mode and from where to start:

Review Comment:
   Use `tabs`?



-- 
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