pan3793 commented on code in PR #6383:
URL: https://github.com/apache/kyuubi/pull/6383#discussion_r1612714662


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2932,6 +2932,14 @@ object KyuubiConf {
       .version("1.8.1")
       .fallbackConf(ENGINE_INITIALIZE_SQL)
 
+  val ENGINE_FLINK_PROXY_USER_ENABLED: ConfigEntry[Boolean] =
+    buildConf("kyuubi.engine.flink.proxy.user.enabled")

Review Comment:
   should it be
   ```
   kyuubi.engine.doAs.enabled
   kyuubi.engine.hive.doAs.enabled
   kyuubi.engine.flink.doAs.enabled
   kyuubi.engine.spark.doAs.enabled
   ```
   ?



-- 
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

Reply via email to