if (formatPlugin == null)
throw new UnsupportedOperationException(
String.format("Unsupported format '%s' in workspace '%s'", config.getStorageFormat(),
Joiner.on(".").join(getSchemaPath())));
return new FileSystemCreateTableEntry(
(FileSystemConfig) plugin.getConfig(),
formatPlugin,
config.getLocation() + Path.SEPARATOR + tableName);
}