Skip to content

Commit d746be1

Browse files
raunaqmorarkafindepi
authored andcommitted
Fix failures in TestIcebergGlueCatalogMaterializedViewTest
1 parent 232d139 commit d746be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/BaseIcebergMaterializedViewTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public void testShowCreate()
172172
" orc_bloom_filter_columns = ARRAY['_date'],\n" +
173173
" orc_bloom_filter_fpp = 1E-1,\n" +
174174
" partitioning = ARRAY['_date'],\n" +
175-
" storage_schema = 'tpch'\n" +
175+
" storage_schema = '" + getSchemaName() + "'\n" +
176176
") AS\n" +
177177
"SELECT\n" +
178178
" _bigint\n" +
@@ -445,7 +445,7 @@ public void testSqlFeatures()
445445
" format_version = 2,\n" +
446446
" location = '" + getSchemaDirectory() + "/st_\\E[0-9a-f]+\\Q',\n" +
447447
" partitioning = ARRAY['_date'],\n" +
448-
" storage_schema = 'tpch'\n" +
448+
" storage_schema = '" + getSchemaName() + "'\n" +
449449
") AS\n" +
450450
"SELECT\n" +
451451
" _date\n" +

0 commit comments

Comments
 (0)