From 81360fcefabccb444f62ff544421925c82128eaa Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Sat, 14 Sep 2024 05:28:47 +0900 Subject: [PATCH] Fix broken testJmxTablesExposedByDeltaLakeConnectorBackedByGlueMetastore --- .../java/io/trino/tests/product/deltalake/TestDeltaLakeJmx.java | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeJmx.java b/testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeJmx.java index fa2474d723ea..46115e96d78f 100644 --- a/testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeJmx.java +++ b/testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeJmx.java @@ -34,6 +34,7 @@ public class TestDeltaLakeJmx public void testJmxTablesExposedByDeltaLakeConnectorBackedByGlueMetastore() { assertThat(onTrino().executeQuery("SHOW TABLES IN jmx.current LIKE '%name=delta%'")).containsOnly( + row("io.trino.filesystem.s3:name=delta,type=s3filesystemstats"), row("io.trino.plugin.hive.metastore.cache:name=delta,type=cachinghivemetastore"), row("io.trino.plugin.hive.metastore.glue:name=delta,type=gluehivemetastore"), row("io.trino.plugin.hive.metastore.glue:name=delta,type=gluemetastorestats"),