JingsongLi commented on code in PR #5095: URL: https://github.com/apache/paimon/pull/5095#discussion_r1957763128
########## docs/content/flink/procedures.md: ########## @@ -681,5 +681,35 @@ All available procedures are listed below. CALL sys.compact_manifest(`table` => 'default.T') </td> </tr> + <tr> + <td>compact_postpone_bucket</td> + <td> + CALL sys.compact_postpone_bucket(`table` => 'identifier', `default_bucket_num` => bucket_num, `parallelism` => parallelism) Review Comment: `default_bucket_num` can be a separate table option. -- 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