pan3793 commented on code in PR #7021: URL: https://github.com/apache/kyuubi/pull/7021#discussion_r2041998706
########## kyuubi-rest-client/src/main/java/org/apache/kyuubi/client/api/v1/dto/KyuubiSessionEvent.java: ########## @@ -45,6 +45,8 @@ public class KyuubiSessionEvent { private Map<String, String> conf; + private Map<String, String> optimizedConf; Review Comment: Actually, `optimizedConf` is a confusing name. `globalConf` and `sessionConf` are much more intuitive than `conf` and `optimizedConf` -- 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