cxzl25 commented on PR #6113: URL: https://github.com/apache/kyuubi/pull/6113#issuecomment-1977971875
Thank you for your contribution. Tested locally, it looks good, but we need to update the run time of the unclosed session immediately. <img width="1764" alt="image" src="https://github.com/apache/kyuubi/assets/3898450/97a58653-deb3-4f9e-b643-9e44333dcfe4"> We can just merge the two methods into one by the way. ``` org.apache.kyuubi.engine.spark.session.SparkSessionImpl#increaseRunTime org.apache.kyuubi.engine.spark.session.SparkSessionImpl#increaseCpuTime ``` -- 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]
