[refactor] Refactoring Status static methods to format message using fmt(#9533)
This commit is contained in:
@ -163,7 +163,7 @@ struct ArrayAggregateImpl {
|
||||
block.replace_by_position(result, std::move(res));
|
||||
return Status::OK();
|
||||
} else {
|
||||
return Status::RuntimeError("Unexpected column for aggregation: " + data->get_name());
|
||||
return Status::RuntimeError("Unexpected column for aggregation: {}", data->get_name());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user