LinMingQiang commented on code in PR #4051: URL: https://github.com/apache/paimon/pull/4051#discussion_r1731189397
########## docs/content/flink/procedures.md: ########## @@ -121,6 +121,27 @@ All available procedures are listed below. <td> CALL sys.create_tag('default.T', 'my_tag', 10, '1 d') </td> + </tr> + <tr> + <td>create_tag_from_timestamp</td> + <td> + -- Create a tag from the first snapshot that is greater than the specifying timestamp. <br/> + CALL [catalog.]sys.create_tag_from_timestamp('identifier', 'tagName', timestamp, fromWatermark, time_retained) + </td> + <td> + To create a tag based on given timestamp. Arguments: + <li>identifier: the target table identifier. Cannot be empty.</li> + <li>tag: name of the new tag.</li> + <li>timestamp (Long): Find the first snapshot greater than this timestamp.</li> + <li>fromWatermark (Boolean): Whether to use the snapshot watermark to search.</li> Review Comment: ok, I will create a new pr to support. -- 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-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org