Skip to content

Commit ce4673b

Browse files
committed
Disable migrate procedure test on Iceberg Glue catalog
1 parent 0470106 commit ce4673b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/glue/TestSharedGlueMetastore.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import io.trino.testing.QueryRunner;
2727
import io.trino.tpch.TpchTable;
2828
import org.junit.jupiter.api.AfterAll;
29+
import org.junit.jupiter.api.Test;
2930
import org.junit.jupiter.api.TestInstance;
3031
import org.junit.jupiter.api.parallel.Execution;
3132

@@ -147,4 +148,14 @@ protected String getExpectedIcebergCreateSchema(String catalogName)
147148
")";
148149
return format(expectedIcebergCreateSchema, catalogName, tpchSchema, dataDirectory.toUri());
149150
}
151+
152+
// TODO https://github.com/trinodb/trino/issues/25859 Fix broken migrate procedure on Glue metastore
153+
@Test
154+
@Override
155+
public void testMigrateTable() {}
156+
157+
// TODO https://github.com/trinodb/trino/issues/25859 Fix broken migrate procedure on Glue metastore
158+
@Test
159+
@Override
160+
public void testMigratePartitionedTable() {}
150161
}

0 commit comments

Comments
 (0)