davidyuan1223 commented on PR #5487: URL: https://github.com/apache/kyuubi/pull/5487#issuecomment-1783791455
> Most of them like: > > ``` > sparkSession.conf.getOption(XXX) > .orElse(session.sessionManager.getConf(XXX)) > ``` i have fix this problem, i think 3 session level is enough for this module, they are `SparkConf,SparkSession.KyuubiConf,Kyuubi's Session`, what do you think? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
