geyanggang opened a new issue, #11350: URL: https://github.com/apache/gravitino/issues/11350
### What would you like to be improved? The embedded H2 database dependency is at version 1.4.200, which is outdated. It should be upgraded to 2.2.224 for better stability and maintenance. ### How should we improve? 1. Upgrade `h2db` version in libs.versions.toml from `1.4.200` to `2.2.224`. 2. Fix an implicit multi-table JOIN syntax in `TagMetadataObjectRelBaseSQLProvider` that is not compatible with H2 2.x strict SQL parsing (align with the existing PostgreSQL provider style). -- 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]
