mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Removing default placed after an exhaustive sweep through enum values
This commit is contained in:
parent
2fad1dd8c5
commit
6a39546e5b
@ -581,9 +581,6 @@ protected:
|
||||
case PatternActionType::TimeEqual:
|
||||
if (!find_deterministic_part())
|
||||
return false;
|
||||
break;
|
||||
default:
|
||||
throw Exception{"Unknown PatternActionType", ErrorCodes::LOGICAL_ERROR};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user