snazy opened a new issue, #450: URL: https://github.com/apache/polaris/issues/450
### Is this a possible security vulnerability? - [X] This is NOT a possible security vulnerability ### Describe the bug The change #438 changes the database schema. However, there seems to be an issue that the schema is _not_ properly updated - at least not via `PolarisEclipseLinkMetaStoreManagerTest`, see repro steps below. /cc @eric-maynard ### To Reproduce 1. `git checkout e232b000760da335721e9112f9d52fe041289613` (commit before #438) 2. `rm -rf extension/persistence/eclipselink/build` (just get a clean state) 3. `./gradlew :polaris-eclipselink:test --rerun` (passes fine) 4. `git checkout ab095cfab84e5b4e694c72011f4166589eb25f38` (#438) 5. `./gradlew :polaris-eclipselink:test --rerun` (fails) 6. `rm -rf extension/persistence/eclipselink/build/test_data` (database state) 7. `./gradlew :polaris-eclipselink:test --rerun` (passes fine) ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- 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]
