turboFei commented on code in PR #7021: URL: https://github.com/apache/kyuubi/pull/7021#discussion_r2042912504
########## 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: For `sessionConf`, I think we can track the raw sessionConf from client end, and the eventually effective conf for a session. -- 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