File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 " +
You can’t perform that action at this time.
0 commit comments