mchades opened a new pull request, #10860: URL: https://github.com/apache/gravitino/pull/10860
### What changes were proposed in this pull request? This PR adds relational SQL scripts for view metadata storage in 1.3.0: - add full `schema-1.3.0` scripts for H2/MySQL/PostgreSQL - add `upgrade-1.2.0-to-1.3.0` scripts for H2/MySQL/PostgreSQL - include `view_meta` and `view_version_info` schema updates needed by view metadata/versioning ### Why are the changes needed? View metadata storage requires corresponding relational schema and upgrade scripts so new deployments and upgrades can support the view management data model. Fix: #10859 ### Does this PR introduce _any_ user-facing change? Yes. For relational metadata backends (H2/MySQL/PostgreSQL), this PR introduces 1.3.0 schema and upgrade SQL changes required for view metadata persistence. ### How was this patch tested? Manual inspection of SQL scripts for all three relational backends and consistency between full schema and upgrade scripts. -- 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]
