Skip to content

Commit c669a77

Browse files
committed
Attempt to fix upstream compile error
1 parent cc9222d commit c669a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iceberg/patched-iceberg-core/src/main/java/org/apache/iceberg/view/BaseMetastoreViewCatalog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private View create(ViewOperations ops) {
217217

218218
StorageTable storageTable = null;
219219
if (!StringUtils.isEmpty(storageTableName)) {
220-
ImmutableStorageTable.of(
220+
storageTable = ImmutableStorageTable.of(
221221
Arrays.asList(this.identifier.namespace().levels()), storageTableName
222222
);
223223
}

0 commit comments

Comments
 (0)