Skip to content

Commit

Permalink
code-review feedback
Browse files Browse the repository at this point in the history
Co-authored-by: nguyenv <[email protected]>
  • Loading branch information
johnkerl and nguyenv authored Sep 20, 2024
1 parent 804db2b commit 7dd8412
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions libtiledbsoma/src/soma/soma_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1224,14 +1224,10 @@ ArrowTable SOMAArray::_get_core_domainish(enum Domainish which_kind) {
break;

default:
break;
}

if (child == nullptr) {
throw TileDBSOMAError(fmt::format(
"SOMAArray::_get_core_domainish:dim {} has unhandled type {}",
core_dim.name(),
tiledb::impl::type_to_str(core_type_code)));
throw TileDBSOMAError(fmt::format(
"SOMAArray::_get_core_domainish:dim {} has unhandled type {}",
core_dim.name(),
tiledb::impl::type_to_str(core_type_code)));
}
arrow_array->children[i] = child;
}
Expand Down

0 comments on commit 7dd8412

Please sign in to comment.