Skip to content

Commit d93eb86

Browse files
Merge pull request ClickHouse#62740 from ElderlyPassionFruit/fix-typo
Fix typo in exception explanation
2 parents 968d8b7 + 6c1c7a2 commit d93eb86

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)