bowenliang123 commented on code in PR #4950: URL: https://github.com/apache/kyuubi/pull/4950#discussion_r1226578502
########## docs/deployment/migration-guide.md: ########## @@ -17,6 +17,13 @@ # Kyuubi Migration Guide +## Upgrading from Kyuubi 1.7 to 1.8 + +* Since Kyuubi 1.8, SQLite is added and becomes the default data type of Kyuubi metastore, Derby is deprecated. Review Comment: ```suggestion * Since Kyuubi 1.8, SQLite is added and becomes the default database type of Kyuubi metastore, as Derby has been deprecated. ``` -- 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]
