JingsongLi commented on code in PR #3671:
URL: https://github.com/apache/paimon/pull/3671#discussion_r1665480641


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/procedure/RemoveOrphanFilesProcedure.java:
##########
@@ -37,6 +40,9 @@
  *
  *  -- use custom file delete interval
  *  CALL sys.remove_orphan_files('tableId', '2023-12-31 23:59:59')
+ *
+ *  -- remove all tables' orphan files in db
+ *  CALL sys.remove_orphan_files('databaseName.*', '2023-12-31 23:59:59')
  * </code></pre>
  */
 public class RemoveOrphanFilesProcedure extends ProcedureBase {

Review Comment:
   also modify spark's procedure.



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