From 049b4383f954d7fc1f78598beabf0a023a2f79ae Mon Sep 17 00:00:00 2001 From: "Kent Yao (from Travis CI)" Date: Thu, 14 Jan 2021 10:48:21 +0000 Subject: [PATCH] Deploy yaooqinn/kyuubi to github.com/yaooqinn/kyuubi.git:gh-pages --- .../src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala b/kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala index 202cf512e..08bb14e7b 100644 --- a/kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala +++ b/kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala @@ -159,6 +159,11 @@ case class KyuubiConf(loadSysDefault: Boolean = true) extends Logging { } } +/** + * Note to developers: + * You need to rerun the test `org.apache.kyuubi.config.AllKyuubiConfiguration` locally if you + * add or change a config. That can help to update the conf docs. + */ object KyuubiConf { /** a custom directory that contains the [[KYUUBI_CONF_FILE_NAME]] */