mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Adding a break before default in switch
This commit is contained in:
parent
e3a96cc870
commit
2fad1dd8c5
@ -581,6 +581,7 @@ 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