Hi all, Thanks Joe for putting together this release! I did some testing, and noticed the following issues: 1. package-lock.json does not reflect the correct version (it references 4.1.1, it should be 4.1.2). 2. On my devenv where I'm using sqlite I got "Database is locked" when running migration 87ffc36f9842. After investigation this seems to be related to a few Trino connections being unavailable, and they caused the whole migration to fail. I was able to get it to work by making some changes to the catalog migration utils, but they were ugly hacks. In the end I settled for flipping the CATALOGS_SIMPLIFIED_MIGRATION config to bypass the problematic code paths, and that solved the issue for me.
Other than that everything seems to work as expected. As 1. is a minor issue, and 2. isn't specific to 4.1.2 (it's already happening in 4.1.1), I vote +1 (binding) Ville > On Mar 13, 2025, at 9:37 AM, Joe Li <j...@preset.io.INVALID> wrote: > > Hello Superset Community, > > > This is a call for the vote to release Apache Superset version 4.1.2. > > > The release candidate: > > https://dist.apache.org/repos/dist/dev/superset/4.1.2rc1/ > > > The Git tag for the release: > > https://github.com/apache/superset/tree/4.1.2rc1 > > > The CHANGELOG for the release: > > https://github.com/apache/superset/blob/4.1.2rc1/CHANGELOG/4.1.2.md > > > The instructions for updating to the release: > > https://github.com/apache/superset/blob/4.1.2rc1/UPDATING.md > > > Public keys are available at: > > https://www.apache.org/dist/superset/KEYS > > > The vote will be left open until at least 72 hours have passed > > and the necessary number of votes (3) have been reached. > > > Please vote accordingly: > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > Thanks, > > The Apache Superset Team