turboFei commented on code in PR #6829: URL: https://github.com/apache/kyuubi/pull/6829#discussion_r1868151674
########## kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala: ########## @@ -2023,6 +2023,16 @@ object KyuubiConf { .intConf .createWithDefault(65536) + val METADATA_SEARCH_WINDOW: OptionalConfigEntry[Long] = + buildConf("kyuubi.metadata.search.window") + .doc("The time window to restrict user queries to metadata within a specific period. " + + "For example, if the window is set to P7D, only metadata from the past 7 days can be " + + "queried. If not set, it allows searching all metadata information in the metadata store.") Review Comment: thanks, addressed -- 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