sachinnn99 commented on PR #10748: URL: https://github.com/apache/gravitino/pull/10748#issuecomment-4328706489
@diqiu50 Fixed. The 446-451 MultiMetalake test fails on `testCreateCatalog` — `DropCatalogStoredProcedure` throws because the catalog connector is still in the map after `loadMetalakeSync()`, due to a catalog name quoting mismatch specific to this version range. Changes: - Set `supportCatalogNameWithMetalake = false` for 446-451 - Re-disabled MultiMetalake test for 446-451 - Updated docs: supported ranges are **435-445** and **469-478** Version matrix: | Range | `supportCatalogNameWithMetalake` | MultiMetalake test | |-------|--------------------------------|-------------------| | 435-445 | `true` | Enabled | | 446-468 | `false` | Disabled | | 469-478 | `true` | Enabled | -- 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]
