bowenliang123 commented on code in PR #6587: URL: https://github.com/apache/kyuubi/pull/6587#discussion_r1705210127
########## kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala: ########## @@ -3079,6 +3079,14 @@ object KyuubiConf { .timeConf .createWithDefaultString("PT30M") +// val SERVER_FILE_PERIODIC_CLEANUP_INTERVAL: ConfigEntry[Long] = +// buildConf("kyuubi.server.file.periodic.cleanup.interval") +// .doc("How often to trigger a file expiration clean-up") +// .version("1.10.0") +// .serverOnly +// .timeConf +// .createWithDefaultString("PT7D") Review Comment: How could I have this config in newly introduced object `FileExpirationUtils` in the common package? I found no way to parse or pass the config of the server. cc @pan3793 -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org