Skip to content

Commit be0f0f4

Browse files
Fix typo in exception explanation
1 parent 6189cd4 commit be0f0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Columns/IColumnUnique.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class IColumnUnique : public IColumn
154154
void updatePermutation(PermutationSortDirection, PermutationSortStability,
155155
size_t, int, Permutation &, EqualRanges &) const override
156156
{
157-
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Method getPermutation is not supported for ColumnUnique.");
157+
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Method updatePermutation is not supported for ColumnUnique.");
158158
}
159159

160160
std::vector<MutableColumnPtr> scatter(IColumn::ColumnIndex, const IColumn::Selector &) const override

0 commit comments

Comments
 (0)