pan3793 commented on code in PR #6829: URL: https://github.com/apache/kyuubi/pull/6829#discussion_r1866106661
########## kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala: ########## @@ -2023,6 +2023,14 @@ object KyuubiConf { .intConf .createWithDefault(65536) + val METADATA_SEARCH_WINDOW: OptionalConfigEntry[Long] = + buildConf("kyuubi.metadata.search.window") + .doc("The time window to search the metadata from metadata store.") Review Comment: from a user perspective, I have no idea what I should do with this conf after reading the docs -- 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