Open
Description
According to the Trino Documentation the location
property should be optional.
When using the nessie and glue catalog with iceberg, this was the case.
Without declaring a location, a relative path was used to the default-warehouse-dir following mywarehouse/myschema/mytable
.
Recently I switched from nessie catalog to REST catalog (REST over nessie).
Now when Trying to create a schema and table in it without specifying a specific location, I get 'location must be set for myschema'.
Should Trino using iceberg with REST catalog not automatically generate a location to the default warehouse dir (iceberg.rest-catalog.warehouse
)?