Table alias names of subtype tables in native query with joined inheritance

Hi, I tried upgrading to Hibernate 6.6.16.Final which seems to break my native query. It seems that SELECT {i.*} does not get resolved to entries in format i_*_ anymore, but all columns (also those from subtype tables) are selected with the original alias i. Then I get errors that the columns do not exist. I checked the migration guides and the Hibernate 6 user guide, but couldn’t find anything that mentions that and how this needs to be changed.