mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update src/Processors/Transforms/FillingTransform.cpp
Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com>
This commit is contained in:
parent
0af1bb2eaa
commit
7db3d21ab7
@ -250,7 +250,7 @@ FillingTransform::FillingTransform(
|
||||
if (!unique_positions.insert(pos).second)
|
||||
throw Exception(ErrorCodes::INVALID_WITH_FILL_EXPRESSION, "Multiple WITH FILL for identical expressions is not supported in ORDER BY");
|
||||
if (ordinary_sort_positions.contains(pos))
|
||||
throw Exception(ErrorCodes::INVALID_WITH_FILL_EXPRESSION, "ORDER BY containing the same expression with and without WITH FILL is not supported");
|
||||
throw Exception(ErrorCodes::INVALID_WITH_FILL_EXPRESSION, "ORDER BY containing the same expression with and without WITH FILL modifier is not supported");
|
||||
}
|
||||
|
||||
if (use_with_fill_by_sorting_prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user