Fix typo in exception explanation

This commit is contained in:
Igor Markelov 2024-04-17 21:56:21 +00:00
parent 6189cd49e1
commit be0f0f4909

View File

@ -154,7 +154,7 @@ public:
void updatePermutation(PermutationSortDirection, PermutationSortStability,
size_t, int, Permutation &, EqualRanges &) const override
{
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Method getPermutation is not supported for ColumnUnique.");
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Method updatePermutation is not supported for ColumnUnique.");
}
std::vector<MutableColumnPtr> scatter(IColumn::ColumnIndex, const IColumn::Selector &) const override