Skip to content

Commit

Permalink
Quick fix after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
bekadavis9 committed Jun 6, 2024
1 parent 2b96634 commit 0267a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/sm/storage_manager/storage_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Status StorageManagerCanonical::array_upgrade_version(

// Store array schema
auto st = store_array_schema(resources_, array_schema, encryption_key_cfg);
RETURN_NOT_OK_ELSE(st, logger_->status_no_return_value(st));
RETURN_NOT_OK_ELSE(st, logger_->error(st));

// Create commit directory if necessary
URI array_commit_uri =
Expand Down

0 comments on commit 0267a8c

Please sign in to comment.