Skip to content

Commit

Permalink
[c++] Fix merge of #3436 (#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored Dec 14, 2024
1 parent be8a955 commit 2b72a3e
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 2b72a3e

Please sign in to comment.