sd4324530 commented on issue #3403: URL: https://github.com/apache/fluss/issues/3403#issuecomment-4582873378
@platinumhamburg Hi, I have a suggestion. Is it possible to introduce a usage method based on "Flink procedures," similar to that provided by Paimon: https://paimon.apache.org/docs/1.4/flink/procedures/ like: ```sql CALL sys. orphan_files_clean(`database ` => 'mydb', older_than => '2023-10-31 12:00:00') ``` It is more suitable for development targeting FlinkSQL. -- 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]
