JingsongLi commented on code in PR #1437:
URL: https://github.com/apache/incubator-paimon/pull/1437#discussion_r1243111698


##########
docs/content/how-to/querying-tables.md:
##########
@@ -119,13 +53,13 @@ SELECT * FROM t /*+ OPTIONS('scan.timestamp-millis' = 
'1678883047356') */;
 you can use `VERSION AS OF` and `TIMESTAMP AS OF` in query to do time travel:
 
 ```sql
--- travel to snapshot with id 1L (use snapshot id as version)
+-- read the snapshot with id 1L (use snapshot id as version)

Review Comment:
   I will add doc to 3.3+



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