Miscellaneous

This commit is contained in:
Alexey Milovidov 2024-02-19 05:10:39 +01:00
parent fa1ca348a4
commit 4590d3f81a

View File

@ -167,8 +167,7 @@ Block getHeaderForProcessingStage(
return result; return result;
} }
} }
throw Exception(ErrorCodes::LOGICAL_ERROR, "Logical Error: unknown processed stage."); throw Exception(ErrorCodes::LOGICAL_ERROR, "Unknown processed stage.");
} }
} }