PR changed-lines coverage: 93.18% (41/44, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Functions/FunctionsConversion.h ================================================================================ --- uncovered block 2788-2789 --- 2786 | throwExceptionForIncompletelyParsedValue(read_buffer, *result_type); 2787 | else >> 2788 | throw Exception( >> 2789 | ErrorCodes::CANNOT_PARSE_TEXT, "Cannot parse string to column {}. Expected eof", column_to.getName()); 2790 | } 2791 | else --- uncovered block 3202-3202 --- 3200 | { 3201 | if (arguments.empty()) >> 3202 | throw Exception(ErrorCodes::TOO_FEW_ARGUMENTS_FOR_FUNCTION, "Function {} expects at least 1 argument", getName()); 3203 | 3204 | if (result_type->onlyNull()) WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set