sachinnn99 commented on PR #10748: URL: https://github.com/apache/gravitino/pull/10748#issuecomment-4320059732
@diqiu50 Updated with test coverage for all version ranges: **Version support matrix:** | Range | `supportCatalogNameWithMetalake` | MultiMetalake test | |-------|--------------------------------|-------------------| | 435-451 | `true` | Enabled | | 452-468 | `false` | Disabled | | 469-478 | `true` | Enabled | For 446-451, the test is now enabled. `testCreateCatalog` is overridden to skip the drop-and-verify assertions because Trino 446-451 has a bug where `DROP CATALOG` does not unquote quoted identifiers -- the drop looks up `"test.memory1"` (with quotes) instead of `test.memory1`, causing a "catalog not found" error. The other three test methods (`testSystemTable`, `testCreateTable`, and the creation part of `testCreateCatalog`) pass. All six version modules pass locally. -- 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]
