lasdf1234 opened a new pull request, #10969: URL: https://github.com/apache/gravitino/pull/10969
### What changes were proposed in this pull request? This PR adds the local IdP metadata schema for H2, MySQL, and PostgreSQL by introducing `idp_user_meta`, `idp_group_meta`, and `idp_group_user_rel` to both the full schema scripts and the 1.2.0-to-1.3.0 upgrade scripts. The change is limited to JDBC SQL scripts only. ### Why are the changes needed? The local authenticator needs dedicated metadata tables to persist built-in IdP users, groups, and group memberships with soft-delete support. Fix: #10962 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Ran `./gradlew --no-daemon :core:test --tests org.apache.gravitino.storage.TestSQLScripts` with JDK 17. -- 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]
