pan3793 commented on code in PR #7138: URL: https://github.com/apache/kyuubi/pull/7138#discussion_r2235097029
########## docs/deployment/migration-guide.md: ########## @@ -21,6 +21,8 @@ * Since Kyuubi 1.11, the configuration `spark.sql.watchdog.forcedMaxOutputRows` provided by Kyuubi Spark extension is removed, consider using `kyuubi.operation.result.max.rows` instead. Note, the latter works without requirement of installing Kyuubi Spark extension. +* Since Kyuubi 1.11, the configuration `kyuubi.session.engine.spark.initialize.sql` is now applied for every session in shared engines (USER/GROUP/SERVER), correcting previous behavior where it was only applied for the first session. Review Comment: nit: append new record at the end if there is no special reason -- 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]
