This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch detached3 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 5e1207c7e8f13ded63d183ec5cd1d3afb1f2c637 Author: yuqi <[email protected]> AuthorDate: Mon Jun 23 17:55:26 2025 +0800 fix --- .../apache/gravitino/catalog/hive/integration/test/CatalogHiveIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/catalogs/catalog-hive/src/test/java/org/apache/gravitino/catalog/hive/integration/test/CatalogHiveIT.java b/catalogs/catalog-hive/src/test/java/org/apache/gravitino/catalog/hive/integration/test/CatalogHiveIT.java index b261f11587..6b83923e4a 100644 --- a/catalogs/catalog-hive/src/test/java/org/apache/gravitino/catalog/hive/integration/test/CatalogHiveIT.java +++ b/catalogs/catalog-hive/src/test/java/org/apache/gravitino/catalog/hive/integration/test/CatalogHiveIT.java @@ -272,6 +272,7 @@ public class CatalogHiveIT extends BaseIT { GravitinoMetalake loadMetalake = client.loadMetalake(metalakeName); Assertions.assertEquals(metalakeName, loadMetalake.name()); + // Trigger test metalake = loadMetalake; }
