JingsongLi commented on code in PR #5095: URL: https://github.com/apache/paimon/pull/5095#discussion_r1957651302
########## 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) + </td> + <td> + Compact postpone bucket tables, which distributes records in bucket--2 directory into real bucket directories. Arguments: Review Comment: Maybe we can name this directory to a meaningful name. Maybe `bucket-postpone`? -- 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