Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyu committed Oct 31, 2024
1 parent 28cbc71 commit 45cc877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/flink/procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@ All available procedures are listed below.
<td>
-- for Flink 1.18<br/>
-- rollback to the snapshot which earlier or equal than timestamp.<br/>
CALL sys.rollback_to('identifier', timestamp)<br/><br/>
CALL sys.rollback_to_timestamp('identifier', timestamp)<br/><br/>
-- for Flink 1.19 and later<br/>
-- rollback to the snapshot which earlier or equal than timestamp.<br/>
CALL sys.rollback_to(`table` => 'default.T', `timestamp` => timestamp)<br/><br/>
CALL sys.rollback_to_timestamp(`table` => 'default.T', `timestamp` => timestamp)<br/><br/>
</td>
<td>
To rollback to the snapshot which earlier or equal than timestamp. Argument:
Expand Down

0 comments on commit 45cc877

Please sign in to comment.