Skip to content

Commit

Permalink
[c++] Fix bad merge of #3436
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 13, 2024
1 parent b4621d9 commit b8193d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/src/soma/managed_query.cc
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ bool ManagedQuery::_cast_column_aux<std::string>(
// from Python/R.)

if (array->n_buffers != 3) {
throw TileDBSOMAError(std::format(
throw TileDBSOMAError(fmt::format(
"[ManagedQuery] internal error: Arrow-table string column should "
"have 3 buffers; got {}",
array->n_buffers));
Expand Down

0 comments on commit b8193d4

Please sign in to comment.